-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathswagger2sampleapifromjson-postman-collection.json
44 lines (44 loc) · 1.28 KB
/
swagger2sampleapifromjson-postman-collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"id": "dfab0893a32a67aaa05fcb4931c7c3ca",
"name": "Swagger2SampleApiFromJson",
"description": null,
"auth": null,
"events": null,
"variables": [],
"order": [],
"folders_order": [],
"folders": [],
"requests": [
{
"id": "c179ad88fec3f14db05c5bfb5f55daa2",
"name": "Find pet by ID",
"url": "http:\/\/petstore.swagger.io\/contextJsonV2\/pet\/{petId}",
"description": "Returns a single pet",
"data": [],
"dataMode": "raw",
"headerData": null,
"method": "get",
"pathVariableData": [],
"queryParams": [
{
"key": "petId",
"description": "ID of pet to return",
"value": "",
"equals": true,
"enabled": true
}
],
"auth": null,
"events": null,
"folder": null,
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"responses": [],
"currentHelper": null,
"helperAttributes": null,
"collectionId": "dfab0893a32a67aaa05fcb4931c7c3ca",
"rawModeData": ""
}
]
}