Skip to content

Commit

Permalink
protecting all crud endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik327 committed Apr 1, 2024
1 parent 2fd04ae commit 6aca32e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ paths:
responses:
"200":
description: OK
x-amazon-apigateway-auth:
type: NONE
security:
- CombinedAuthorizer: []
x-amazon-apigateway-integration:
responses:
default:
Expand All @@ -107,8 +107,8 @@ paths:
responses:
"200":
description: OK
x-amazon-apigateway-auth:
type: NONE
security:
- CombinedAuthorizer: []
x-amazon-apigateway-integration:
responses:
default:
Expand Down Expand Up @@ -145,8 +145,8 @@ paths:
responses:
"200":
description: OK
x-amazon-apigateway-auth:
type: NONE
security:
- CombinedAuthorizer: []
x-amazon-apigateway-integration:
responses:
default:
Expand Down

0 comments on commit 6aca32e

Please sign in to comment.