You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"details": "The server cannot process the request due to invalid syntax."
9
-
}
10
-
},
11
-
{
12
-
"statusCode": 401,
13
-
"body": {
14
-
"message": "Unauthorized",
15
-
"details": "The request requires user authentication."
16
-
}
17
-
},
18
-
{
19
-
"statusCode": 403,
20
-
"body": {
21
-
"message": "Forbidden",
22
-
"details": "The server understood the request, but refuses to authorize it."
23
-
}
24
-
},
25
-
{
26
-
"statusCode": 404,
27
-
"body": {
28
-
"message": "Not Found",
29
-
"details": "The requested resource could not be found."
30
-
}
31
-
},
32
-
{
33
-
"statusCode": 418,
34
-
"body": {
35
-
"message": "I'm a teapot",
36
-
"details": "The server refuses the attempt to brew coffee with a teapot."
37
-
}
38
-
},
39
-
{
40
-
"statusCode": 429,
41
-
"body": {
42
-
"message": "Too Many Requests",
43
-
"details": "The user has sent too many requests in a given amount of time (\"rate limiting\")."
5
+
"request": {
6
+
"url": "https://jsonplaceholder.typicode.com/*"
44
7
},
45
-
"headers": [
8
+
"responses": [
9
+
{
10
+
"statusCode": 400,
11
+
"body": {
12
+
"message": "Bad Request",
13
+
"details": "The server cannot process the request due to invalid syntax."
14
+
}
15
+
},
16
+
{
17
+
"statusCode": 401,
18
+
"body": {
19
+
"message": "Unauthorized",
20
+
"details": "The request requires user authentication."
21
+
}
22
+
},
46
23
{
47
-
"name": "Retry-After",
48
-
"value": "@dynamic"
24
+
"statusCode": 403,
25
+
"body": {
26
+
"message": "Forbidden",
27
+
"details": "The server understood the request, but refuses to authorize it."
28
+
}
29
+
},
30
+
{
31
+
"statusCode": 404,
32
+
"body": {
33
+
"message": "Not Found",
34
+
"details": "The requested resource could not be found."
35
+
}
36
+
},
37
+
{
38
+
"statusCode": 418,
39
+
"body": {
40
+
"message": "I'm a teapot",
41
+
"details": "The server refuses the attempt to brew coffee with a teapot."
42
+
}
43
+
},
44
+
{
45
+
"statusCode": 429,
46
+
"body": {
47
+
"message": "Too Many Requests",
48
+
"details": "The user has sent too many requests in a given amount of time (\"rate limiting\")."
49
+
},
50
+
"headers": [
51
+
{
52
+
"name": "Retry-After",
53
+
"value": "@dynamic"
54
+
}
55
+
]
56
+
},
57
+
{
58
+
"statusCode": 500,
59
+
"body": {
60
+
"message": "Internal Server Error",
61
+
"details": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
62
+
}
63
+
},
64
+
{
65
+
"statusCode": 503,
66
+
"body": {
67
+
"message": "Service Unavailable",
68
+
"details": "The server is currently unable to handle the request due to a temporary overload or maintenance. Please try again later."
69
+
}
49
70
}
50
71
]
51
-
},
52
-
{
53
-
"statusCode": 500,
54
-
"body": {
55
-
"message": "Internal Server Error",
56
-
"details": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
57
-
}
58
-
},
59
-
{
60
-
"statusCode": 503,
61
-
"body": {
62
-
"message": "Service Unavailable",
63
-
"details": "The server is currently unable to handle the request due to a temporary overload or maintenance. Please try again later."
0 commit comments