We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49761e8 commit 08b1e93Copy full SHA for 08b1e93
labs/coding-101-rest-basics-ga/3.md
@@ -10,7 +10,7 @@ To construct a request, you need to know the following information for the API t
10
11
- **URL**
12
* The URL for the endpoint you want to call
13
- * Example: ![http://{APIC-EMController}/api/v1/ticket]()
+ * Example: `http://{APIC-EMController}/api/v1/ticket`
14
* Where {APIC-EMController} is the controller IP or hostname
15
* If you are not using your own APIC-EM controller, use the Always-On APIC-EM Lab: ![https://devnetapi.cisco.com/sandbox/apic_em]() .
16
- **URL Parameters**
0 commit comments