Skip to content

Commit

Permalink
feat: added 423 status for assign endpoint in api-compact for proper …
Browse files Browse the repository at this point in the history
…generation of api.yaml
  • Loading branch information
MueezKhan246 committed Sep 30, 2024
1 parent 20e9fd1 commit def6fce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,15 @@ endpoints:
notify_users:
description: "Send license assignment email or not."
type: "boolean"
responses: *responses
responses:
<<: *responses
423:
description: "Locked"
x-amazon-apigateway-integration:
responses: *apigateway_responses
responses:
<<: *apigateway_responses
423:
statusCode: "423"
httpMethod: "POST"
type: "http"
requestParameters:
Expand Down

0 comments on commit def6fce

Please sign in to comment.