Skip to content

Commit 76df5c2

Browse files
committed
Add 400 to options where missing
1 parent 91261e1 commit 76df5c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/swagger/05_paths.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ paths:
323323
application/json:
324324
schema:
325325
$ref: "#/components/schemas/Empty"
326+
"400":
327+
description: "400 response"
326328
x-amazon-apigateway-integration:
327329
responses:
328330
default:
@@ -388,6 +390,8 @@ paths:
388390
application/json:
389391
schema:
390392
$ref: "#/components/schemas/Empty"
393+
"404":
394+
description: "404 response"
391395
x-amazon-apigateway-integration:
392396
responses:
393397
default:

0 commit comments

Comments
 (0)