-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimage_delete_ability_inside_search_token.json
50 lines (48 loc) · 1.96 KB
/
image_delete_ability_inside_search_token.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
{
"resource": "Image API",
"resource_explanation": null,
"http_method": "DELETE",
"route": "/api/v1/images/:id",
"description": "image_delete ability inside search token",
"explanation": null,
"parameters": [
],
"response_fields": [
],
"requests": [
{
"request_method": "DELETE",
"request_path": "/api/v1/images/7e10717a-b5df-438c-a7f1-8e03c18b70cb",
"request_body": null,
"request_headers": {
"Authorization": "Token token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJxIjoiMDBEMjQwMDAwMDBZcDdnRUFDIiwiaW1hZ2VfZGVsZXRlIjp0cnVlLCJpc3MiOiJiZTVmYTRhZi1kMjNlLTQyMDItODlhMy02YjZmNjAwY2UzMGMifQ.D04Shf2LZVLe9D0IvwkSN8Shd3w1jWBJY4pgJMawf0g\"",
"Host": "example.org",
"Content-Type": "application/x-www-form-urlencoded",
"Cookie": ""
},
"request_query_parameters": {
},
"request_content_type": "application/x-www-form-urlencoded",
"response_status": 204,
"response_status_text": "No Content",
"response_body": null,
"response_headers": {
"Cache-Control": "no-cache, no-store",
"Pragma": "no-cache",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"X-token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzMsImlhdCI6MTU1NDc0NTEzMywiaXNzIjoiYmU1ZmE0YWYtZDIzZS00MjAyLTg5YTMtNmI2ZjYwMGNlMzBjIiwicSI6IjAwRDI0MDAwMDAwWXA3Z0VBQyIsImltYWdlX2RlbGV0ZSI6dHJ1ZX0.Dtxi8iDIfBC60lBLlxi2OoCr-FIUtzqy8rO8PLW2heo",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"X-Request-Id": "f8aee7e1-173d-4672-b767-1a1af13cc86f",
"X-Runtime": "0.022609",
"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"
},
"response_content_type": null,
"curl": null
}
]
}