From e6ef4a16fd4f05444d3fab7ac4a53d8de205785c Mon Sep 17 00:00:00 2001 From: npateriya Date: Tue, 12 Jun 2018 14:12:42 -0400 Subject: [PATCH 1/2] Auth header does not match sandbox --- 01-DNAC-Sandbox.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-DNAC-Sandbox.postman_collection.json b/01-DNAC-Sandbox.postman_collection.json index fe2970b..a416090 100644 --- a/01-DNAC-Sandbox.postman_collection.json +++ b/01-DNAC-Sandbox.postman_collection.json @@ -59,7 +59,7 @@ }, { "key": "Authorization", - "value": "Basic YWRtaW46R3JhcGV2aW5lMQ==" + "value": "Basic ZGV2bmV0dXNlcjpDaXNjbzEyMyE=" } ], "body": { From b33d18bfcc132492dcd950745b19c840cdc0af76 Mon Sep 17 00:00:00 2001 From: npateriya Date: Tue, 12 Jun 2018 14:15:44 -0400 Subject: [PATCH 2/2] Make readme point to this repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12f7ab5..9e73db5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ It has free Jetpacks support. This is required for linking requests. You need to import the collection as well as the environment. You can import the raw git files using the **From URL** option, as seen below. You can also download them and import from file/folder. -* https://raw.githubusercontent.com/CiscoDevNet/dnac-samples-aradford/master/tools/postman/DNAC-Sandbox.postman_environment.json -* https://raw.githubusercontent.com/CiscoDevNet/dnac-samples-aradford/master/tools/postman/DNAC-SandboxProxy.postman_environment.json -* https://raw.githubusercontent.com/CiscoDevNet/dnac-samples-aradford/master/tools/postman/01-DNAC-Sandbox.postman_collection.json +* https://raw.githubusercontent.com/CiscoDevNet/DNAC-postman/master/DNAC-Sandbox.postman_environment.json +* https://raw.githubusercontent.com/CiscoDevNet/DNAC-postman/master/DNAC-SandboxProxy.postman_environment.json +* https://raw.githubusercontent.com/CiscoDevNet/DNAC-postman/master/01-DNAC-Sandbox.postman_collection.json ![alt tag](https://github.com/CiscoDevNet/DNAC-postman/blob/master/images/importing.png)