forked from Nishchit14/swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi-additional-properties-postman-collection.json
More file actions
59 lines (59 loc) · 1.8 KB
/
openapi-additional-properties-postman-collection.json
File metadata and controls
59 lines (59 loc) · 1.8 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"id": "c149e052687cf9559c7b4cbc752e4761",
"name": "OpenAPI Additional Properties",
"description": null,
"auth": null,
"events": null,
"variables": [],
"order": [],
"folders_order": [],
"folders": [],
"requests": [
{
"id": "e76d01eaa3724cfd328fface9c8735d1",
"name": "Add a new User to the store",
"url": "http:\/\/additional-properties.swagger.io\/v2\/user",
"description": "",
"data": [],
"dataMode": "raw",
"headerData": null,
"method": "post",
"pathVariableData": [],
"queryParams": [],
"auth": null,
"events": null,
"folder": null,
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"responses": [],
"currentHelper": null,
"helperAttributes": null,
"collectionId": "c149e052687cf9559c7b4cbc752e4761",
"rawModeData": ""
},
{
"id": "8ca9a0ff1ed2555b46a7348c382da55d",
"name": "Update an existing User",
"url": "http:\/\/additional-properties.swagger.io\/v2\/user",
"description": "",
"data": [],
"dataMode": "raw",
"headerData": null,
"method": "put",
"pathVariableData": [],
"queryParams": [],
"auth": null,
"events": null,
"folder": null,
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"responses": [],
"currentHelper": null,
"helperAttributes": null,
"collectionId": "c149e052687cf9559c7b4cbc752e4761",
"rawModeData": ""
}
]
}