Skip to content

Commit 0fa61b8

Browse files
jneiman08182017 for staging
1 parent 08b1e93 commit 0fa61b8

File tree

1 file changed

+1
-1
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To construct a request, you need to know the following information for the API t
1111
- **URL**
1212
* The URL for the endpoint you want to call
1313
* Example: `http://{APIC-EMController}/api/v1/ticket`
14-
* Where {APIC-EMController} is the controller IP or hostname
14+
* Where `{APIC-EMController}` is the controller IP or hostname
1515
* If you are not using your own APIC-EM controller, use the Always-On APIC-EM Lab: ![https://devnetapi.cisco.com/sandbox/apic_em]() .
1616
- **URL Parameters**
1717
* The parameters that you can pass as part of the URL.

0 commit comments

Comments
 (0)