Skip to content

Commit 9a7e019

Browse files
committed
Merge branch 'master' of github.com:CiscoDevNet/coding-series-learning-labs
2 parents 7f86bbb + e7116fb commit 9a7e019

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

labs/coding-101-rest-basics-ga/3.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,9 @@ Study the Ticket API in APIC-EM:
5353

5454
![](/posts/files/coding-101-rest-basics-ga/assets/images/refguide1.png)
5555

56-
* Click **Roll Based Access Control**, then click **ticket**.
57-
58-
![](/posts/files/coding-101-rest-basics-ga/assets/images/refguide2.png)
56+
* Click **Roll Based Access Control**, then scroll down to **ticket**.
5957

6058
* Click **'POST' /ticket**. This endpoint provides functionality to create a ticket.
61-
![](/posts/files/coding-101-rest-basics-ga/assets/images/refguide3.png)
6259

6360
* The API Reference includes attributes to be sent and returned. The Response portion defines the returned data, including HTTP status codes.
6461

@@ -73,7 +70,7 @@ Study the Ticket API in APIC-EM:
7370

7471
![](/posts/files/coding-101-rest-basics-ga/assets/images/refguide4.png)
7572

76-
* In the Parameters section, click **Model Schema**. Double-clicking the box moves the parameters to an editable box to try out the function.
73+
* In the Parameters section, click **Example Value**. Double-clicking the box moves the parameters to an editable box on the left to try out the function.
7774

7875
![](/posts/files/coding-101-rest-basics-ga/assets/images/refguide5.png)
7976

Loading
Binary file not shown.
Binary file not shown.
Loading

0 commit comments

Comments
 (0)