Skip to content

Commit e65e49f

Browse files
authored
Merge pull request #10 from lmalhoit/patch-5
Change link of sandbox APIC-EM
2 parents 4828504 + 0aba2b9 commit e65e49f

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
@@ -13,7 +13,7 @@ Choose one of the following http methods:
1313
* Determine the URL of the endpoint you want to call.
1414
* Example: `http://{APIC-EMController}/api/v1/ticket`
1515
* Where `{APIC-EMController}` is the controller IP or hostname.
16-
* Use the Cisco DevNet Learning Lab's APIC-EM controller, at https://devnetapi.cisco.com/sandbox/apic_em, or enter the URL/IP address of an APIC-EM controller on your network.
16+
* Use the Cisco DevNet Learning Lab's APIC-EM controller, at https://sandboxapicem.cisco.com/, or enter the URL/IP address of an APIC-EM controller on your network.
1717
- **URL Parameters**
1818
* If the endpoint requires URL parameters, pass them as part of the URL. To get this information, refer to the reference documentation for the particular endpoint.
1919
- **Authentication**

0 commit comments

Comments
 (0)