Skip to content

Commit

Permalink
Change operationId of POST /authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
normanhalter committed Feb 16, 2022
1 parent 14f888c commit 8828635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigatewayservices/APIGatewayUserManagementSwagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"/authenticate" : {
"post" : {
"description" : "This HTTP request authenticates an User in API Gateway.",
"operationId" : "authorizeUser",
"operationId" : "authorize",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
Expand Down

0 comments on commit 8828635

Please sign in to comment.