Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions labs/coding-101-rest-basics-ga/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ A good starting point to understand any API is to look at the documentation for
<br/>
5. On the APIC-EM webpage. Click the `Docs` link.<br/>
![](/posts/files/coding-101-rest-basics-ga/assets/images/apic-em-main.png)
6. Select the latest API version.
7. Keep the APIC-EM API Reference documentation open in a separate tab. This will be a useful reference while you work on this lab.
6. Click on `API Reference`.
7. Select the latest API version.
8. Keep the APIC-EM API Reference documentation open in a separate tab. This will be a useful reference while you work on this lab.
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
<br/>
<br/>
Expand Down