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 08b1e93 commit 0fa61b8Copy full SHA for 0fa61b8
labs/coding-101-rest-basics-ga/3.md
@@ -11,7 +11,7 @@ To construct a request, you need to know the following information for the API t
11
- **URL**
12
* The URL for the endpoint you want to call
13
* Example: `http://{APIC-EMController}/api/v1/ticket`
14
- * Where {APIC-EMController} is the controller IP or hostname
+ * 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**
17
* The parameters that you can pass as part of the URL.
0 commit comments