-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnce.postman_collection.json
More file actions
60 lines (60 loc) · 1.06 KB
/
Once.postman_collection.json
File metadata and controls
60 lines (60 loc) · 1.06 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
60
{
"info": {
"_postman_id": "63568de2-c0b5-4f4e-bef6-63161eb7efba",
"name": "Once",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "2226970"
},
"item": [
{
"name": "Upload",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "postman-cloud:///1f0c9bb8-18d6-4500-bd80-07b5f89b4fc5"
}
]
},
"url": {
"raw": "localhost:8080/api/files",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"files"
]
}
},
"response": []
},
{
"name": "Download",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/files/9d8c8ab8add6f5c2c513e2d269659fef",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"files",
"9d8c8ab8add6f5c2c513e2d269659fef"
]
}
},
"response": []
}
]
}