Skip to content

Commit 28df349

Browse files
5.2.2 (#79)
* README updated * 20250210 - v5.2.2 Postman collection bugfix
1 parent 325dbe1 commit 28df349

File tree

1 file changed

+57
-7
lines changed

1 file changed

+57
-7
lines changed

contrib/postman/NGINX Declarative API.postman_collection.json

Lines changed: 57 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"info": {
3-
"_postman_id": "3beaacd9-6fff-4a51-a64e-24efdad57e6a",
3+
"_postman_id": "ccc21e22-31bc-4f2f-9083-d774d6d9002e",
44
"name": "NGINX Declarative API",
55
"description": "Declarative REST API and GitOps automation layer for NGINX Instance Manager and NGINX One Console\n\n[https://github.com/f5devcentral/NGINX-Declarative-API/](https://github.com/f5devcentral/NGINX-Declarative-API/)",
66
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
77
"_exporter_id": "1667416",
8-
"_collection_link": "https://orange-rocket-1353.postman.co/workspace/NGINX-Declarative-API~8ba6e9c1-a04b-4484-8193-bbb142560553/collection/1667416-3beaacd9-6fff-4a51-a64e-24efdad57e6a?action=share&source=collection_link&creator=1667416"
8+
"_collection_link": "https://orange-rocket-1353.postman.co/workspace/NGINX-Declarative-API~8ba6e9c1-a04b-4484-8193-bbb142560553/collection/1667416-ccc21e22-31bc-4f2f-9083-d774d6d9002e?action=share&source=collection_link&creator=1667416"
99
},
1010
"item": [
1111
{
@@ -9790,7 +9790,18 @@
97909790
"method": "GET",
97919791
"header": [],
97929792
"url": {
9793-
"raw": ""
9793+
"raw": "https://apigw.nginx.lab/petstore/store/inventory",
9794+
"protocol": "https",
9795+
"host": [
9796+
"apigw",
9797+
"nginx",
9798+
"lab"
9799+
],
9800+
"path": [
9801+
"petstore",
9802+
"store",
9803+
"inventory"
9804+
]
97949805
}
97959806
},
97969807
"response": []
@@ -9829,7 +9840,24 @@
98299840
"method": "GET",
98309841
"header": [],
98319842
"url": {
9832-
"raw": ""
9843+
"raw": "https://apigw.nginx.lab/petstore/store/inventory?<script>alert();</script>",
9844+
"protocol": "https",
9845+
"host": [
9846+
"apigw",
9847+
"nginx",
9848+
"lab"
9849+
],
9850+
"path": [
9851+
"petstore",
9852+
"store",
9853+
"inventory"
9854+
],
9855+
"query": [
9856+
{
9857+
"key": "<script>alert();</script>",
9858+
"value": null
9859+
}
9860+
]
98339861
}
98349862
},
98359863
"response": []
@@ -9840,7 +9868,18 @@
98409868
"method": "GET",
98419869
"header": [],
98429870
"url": {
9843-
"raw": ""
9871+
"raw": "https://apigw.nginx.lab/petstore/user/login",
9872+
"protocol": "https",
9873+
"host": [
9874+
"apigw",
9875+
"nginx",
9876+
"lab"
9877+
],
9878+
"path": [
9879+
"petstore",
9880+
"user",
9881+
"login"
9882+
]
98449883
}
98459884
},
98469885
"response": []
@@ -9861,7 +9900,18 @@
98619900
"method": "GET",
98629901
"header": [],
98639902
"url": {
9864-
"raw": ""
9903+
"raw": "https://apigw.nginx.lab/petstore/user/login",
9904+
"protocol": "https",
9905+
"host": [
9906+
"apigw",
9907+
"nginx",
9908+
"lab"
9909+
],
9910+
"path": [
9911+
"petstore",
9912+
"user",
9913+
"login"
9914+
]
98659915
}
98669916
},
98679917
"response": []
@@ -11871,4 +11921,4 @@
1187111921
"type": "string"
1187211922
}
1187311923
]
11874-
}
11924+
}

0 commit comments

Comments
 (0)