Skip to content

Commit

Permalink
Merge pull request #76 from SoftwareAG/bugfix/YAI-24417
Browse files Browse the repository at this point in the history
Change operationId of POST /authenticate
  • Loading branch information
normanhalter authored Feb 16, 2022
2 parents 14f888c + 8828635 commit ede9f70
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 ede9f70

Please sign in to comment.