File tree Expand file tree Collapse file tree 10 files changed +37
-5
lines changed
sandbox/data/examples/errors/responses
specification/api/components Expand file tree Collapse file tree 10 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "message" : " Bad Gateway"
3+ }
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ responses:
1515 $ref : " ../responses/errors/tooManyRequests.yml"
1616 ' 500 ' :
1717 $ref : " ../responses/errors/serverError.yml"
18+ ' 502 ' :
19+ $ref : " ../responses/errors/badGateway.yml"
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ responses:
1313 $ref : " ../responses/errors/tooManyRequests.yml"
1414 " 500 " :
1515 $ref : " ../responses/errors/serverError.yml"
16+ " 502 " :
17+ $ref : " ../responses/errors/badGateway.yml"
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ responses:
1111 $ref : " ../responses/errors/tooManyRequests.yml"
1212 " 500 " :
1313 $ref : " ../responses/errors/serverError.yml"
14+ " 502 " :
15+ $ref : " ../responses/errors/badGateway.yml"
1416tags :
1517 - letter
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ responses:
1818 $ref : " ../responses/errors/tooManyRequests.yml"
1919 ' 500 ' :
2020 $ref : " ../responses/errors/serverError.yml"
21+ ' 502 ' :
22+ $ref : " ../responses/errors/badGateway.yml"
Original file line number Diff line number Diff line change @@ -15,5 +15,7 @@ responses:
1515 $ref : " ../responses/errors/tooManyRequests.yml"
1616 " 500 " :
1717 $ref : " ../responses/errors/serverError.yml"
18+ " 502 " :
19+ $ref : " ../responses/errors/badGateway.yml"
1820tags :
1921 - letter
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ responses:
1515 $ref : " ../responses/errors/tooManyRequests.yml"
1616 ' 500 ' :
1717 $ref : " ../responses/errors/serverError.yml"
18+ ' 502 ' :
19+ $ref : " ../responses/errors/badGateway.yml"
Original file line number Diff line number Diff line change 1+ description : " Bad gateway"
2+ content :
3+ application/vnd.api+json :
4+ schema :
5+ $ref : " ../../schemas/apiGatewayError.yml"
6+ examples :
7+ error-bad-request :
8+ $ref : ../../examples/errors/responses/bad-gateway.json
Original file line number Diff line number Diff line change 1+ description : API gateway error response
2+ content :
3+ application/json :
4+ schema :
5+ type : object
6+ properties :
7+ message :
8+ type : string
9+ example : " Bad Gateway"
Original file line number Diff line number Diff line change 1- temporary : false
1+ temporary : true
22monitoring : false
33access :
4- $ref : ../environments/sandbox /access.yml
4+ $ref : ../environments/internal-dev-pr /access.yml
55target :
6- $ref : ../environments/sandbox /target.yml
6+ $ref : ../environments/internal-dev-pr /target.yml
77target-attributes :
8- $ref : ../environments/sandbox /target-attributes.yml
8+ $ref : ../environments/internal-dev-pr /target-attributes.yml
99ratelimiting :
10- $ref : ../environments/sandbox /rate-limiting.yml
10+ $ref : ../environments/internal-dev-pr /rate-limiting.yml
You can’t perform that action at this time.
0 commit comments