-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmove_multiple_images_across_multiple_albums.json
56 lines (55 loc) · 2.7 KB
/
move_multiple_images_across_multiple_albums.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
45
46
47
48
49
50
51
52
53
54
55
56
{
"resource": "Image API",
"resource_explanation": null,
"http_method": "POST",
"route": "api/v1/images/move",
"description": "Move multiple images across multiple albums",
"explanation": null,
"parameters": [
{
"name": "move_operations",
"description": " move operations"
}
],
"response_fields": [
],
"requests": [
{
"request_method": "POST",
"request_path": "api/v1/images/move",
"request_body": "move_operations[0ac224ff-8147-4f11-8c21-c86a92cd9276]=00100000123BB140&move_operations[d91c7f6a-3e72-4f4f-af11-0259d3016c1b]=00100000123BB140&move_operations[5643d050-2e5d-47cc-a381-0d911a8ab7e9]=00100000123BB141&move_operations[c33035bd-d812-4f8c-924e-4d856b47d921]=custom_id",
"request_headers": {
"Authorization": "Token token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzMsImlhdCI6MTU1NDc0NTEzMywidXNlcl9pZCI6Ijg3MTc1MTM5LTc1YzctNDA5OC05NWVmLTI2YTc4MjA1ODYxZiIsImFiaWxpdGllcyI6eyIwMDEwMDAwMDEyM0JCMTM4Ijp7IkFjY2VzcyI6eyJpbWFnZV9saXN0Ijp0cnVlfX19fQ.-cMETU0Y09ThEkpP3RuKVQx31pIGcqUxtJSeZu19JW8\"",
"Host": "example.org",
"Content-Type": "application/x-www-form-urlencoded",
"Cookie": ""
},
"request_query_parameters": {
},
"request_content_type": "application/x-www-form-urlencoded",
"response_status": 200,
"response_status_text": "OK",
"response_body": "[\n \"c33035bd-d812-4f8c-924e-4d856b47d921\",\n \"5643d050-2e5d-47cc-a381-0d911a8ab7e9\",\n \"d91c7f6a-3e72-4f4f-af11-0259d3016c1b\",\n \"0ac224ff-8147-4f11-8c21-c86a92cd9276\"\n]",
"response_headers": {
"Cache-Control": "no-cache, no-store",
"Pragma": "no-cache",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"Content-Type": "application/json; charset=utf-8",
"X-token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzMsImlhdCI6MTU1NDc0NTEzMywidXNlcl9pZCI6Ijg3MTc1MTM5LTc1YzctNDA5OC05NWVmLTI2YTc4MjA1ODYxZiIsImFiaWxpdGllcyI6eyIwMDEwMDAwMDEyM0JCMTM4Ijp7IkFjY2VzcyI6eyJpbWFnZV9saXN0Ijp0cnVlfX19fQ.-cMETU0Y09ThEkpP3RuKVQx31pIGcqUxtJSeZu19JW8",
"Vary": "Accept-Encoding",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"X-Request-Id": "78eb0434-6c4c-487f-8967-6a5c73f06b83",
"X-Runtime": "0.166340",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"X-Download-Options": "noopen",
"X-Permitted-Cross-Domain-Policies": "none",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Content-Length": "157"
},
"response_content_type": "application/json; charset=utf-8",
"curl": null
}
]
}