diff --git a/doc/testing/postman/.gitignore b/doc/testing/postman/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..8fbe30b8ed3dc061351caae8197f6997904d75f5 --- /dev/null +++ b/doc/testing/postman/.gitignore @@ -0,0 +1,3 @@ +/Responses +/node_modules +package-lock.json \ No newline at end of file diff --git a/doc/testing/postman/CAPIF.postman_collection.json b/doc/testing/postman/CAPIF.postman_collection.json index 4f4ba37f91eee28896bbf4974c51b9a0d8b84f73..423ec30226ddb328968f9e0bd0c16c41ee9009ec 100644 --- a/doc/testing/postman/CAPIF.postman_collection.json +++ b/doc/testing/postman/CAPIF.postman_collection.json @@ -1,10 +1,10 @@ { "info": { - "_postman_id": "b512e528-4b13-4be2-aed2-a61a8381360e", + "_postman_id": "03e5f144-6a4f-4899-a917-14787d59fbef", "name": "CAPIF", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "31608242", - "_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-b512e528-4b13-4be2-aed2-a61a8381360e?action=share&source=collection_link&creator=31608242" + "_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-03e5f144-6a4f-4899-a917-14787d59fbef?action=share&source=collection_link&creator=31608242" }, "item": [ { @@ -264,7 +264,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -340,7 +339,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -439,7 +437,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -527,7 +524,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -603,7 +599,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -686,7 +681,6 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], @@ -741,7 +735,8 @@ "exec": [ "" ], - "type": "text/javascript" + "type": "text/javascript", + "packages": {} } }, { @@ -750,7 +745,8 @@ "exec": [ "" ], - "type": "text/javascript" + "type": "text/javascript", + "packages": {} } } ], @@ -773,13 +769,12 @@ { "key": "", "value": "", - "type": "text", "disabled": true } ], "body": { "mode": "raw", - "raw": "{\n\"name\": {{USERNAME_INVOKER}}\n}", + "raw": "{\n\"name\": \"{{USER_NAME}}\"\n}", "options": { "raw": { "language": "json" @@ -961,7 +956,7 @@ } ] }, - "method": "GET", + "method": "POST", "header": [], "url": { "raw": "https://{{REGISTER_HOSTNAME}}:{{REGISTER_PORT}}/refresh",