-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimage_delete_ability_not_in_search_token.json
53 lines (51 loc) · 1.82 KB
/
image_delete_ability_not_in_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
51
52
53
{
"resource": "Image API",
"resource_explanation": null,
"http_method": "DELETE",
"route": "/api/v1/images/:id",
"description": "image_delete ability not in search token",
"explanation": null,
"parameters": [
],
"response_fields": [
],
"requests": [
{
"request_method": "DELETE",
"request_path": "/api/v1/images/82a60628-70ff-49c2-9152-3e291d227aab",
"request_body": null,
"request_headers": {
"Authorization": "Token token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJxIjoiMDBEMjQwMDAwMDBZcDdnRUFDIiwiaXNzIjoiMzZiNzM0ZDQtMTljNi00N2UxLWFiODUtNzhjMzU2NWI3NWFmIn0.TjhSHecAVAkGGjt9gqkqpXqXvSC_XsV_DhjzZTF0zL0\"",
"Host": "example.org",
"Content-Type": "application/x-www-form-urlencoded",
"Cookie": ""
},
"request_query_parameters": {
},
"request_content_type": "application/x-www-form-urlencoded",
"response_status": 401,
"response_status_text": "Unauthorized",
"response_body": null,
"response_headers": {
"Cache-Control": "no-cache, no-store",
"Pragma": "no-cache",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"X-message": "Access denied",
"Content-Type": "text/html",
"Vary": "Accept-Encoding",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"X-Request-Id": "6a064696-5ed3-4854-95a5-0fa039a9d1f0",
"X-Runtime": "0.008852",
"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": "0"
},
"response_content_type": "text/html",
"curl": null
}
]
}