Skip to content

Commit 942b92e

Browse files
committed
create_user protection
1 parent 7f9f2d6 commit 942b92e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/swagger.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ paths:
5454
responses:
5555
"200":
5656
description: OK
57-
x-amazon-apigateway-auth:
58-
type: NONE
57+
security:
58+
- CombinedAuthorizer: []
59+
5960
x-amazon-apigateway-integration:
6061
responses:
6162
default:

0 commit comments

Comments
 (0)