Skip to content

Commit

Permalink
Merge pull request #716 from openedx/MueezKhan/Adding-423-Status-For-…
Browse files Browse the repository at this point in the history
…Licenses-Assign-Endpoint

Added 423 status in api yaml file
  • Loading branch information
MueezKhan246 authored Oct 7, 2024
2 parents dcfdbf4 + ae79fc7 commit ef94bee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ apigateway_responses: &apigateway_responses
statusCode: "403"
404:
statusCode: "404"
423:
statusCode: "423"
429:
statusCode: "429"
500:
Expand Down Expand Up @@ -112,6 +114,8 @@ responses: &responses
description: "Forbidden"
404:
description: "Not Found"
423:
description: "Locked"
429:
description: "Too Many Requests"
500:
Expand Down
12 changes: 12 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ apigateway_responses:
statusCode: "403"
"404":
statusCode: "404"
"423":
statusCode: "423"
"429":
statusCode: "429"
"500":
Expand Down Expand Up @@ -92,6 +94,8 @@ responses:
description: Forbidden
"404":
description: Not Found
"423":
description: Locked
"429":
description: Too Many Requests
"500":
Expand Down Expand Up @@ -224,6 +228,8 @@ endpoints:
description: Forbidden
"404":
description: Not Found
"423":
description: Locked
"429":
description: Too Many Requests
"500":
Expand All @@ -240,6 +246,8 @@ endpoints:
statusCode: "403"
"404":
statusCode: "404"
"423":
statusCode: "423"
"429":
statusCode: "429"
"500":
Expand Down Expand Up @@ -380,6 +388,8 @@ endpoints:
description: Forbidden
"404":
description: Not Found
"423":
description: Locked
"429":
description: Too Many Requests
"500":
Expand All @@ -396,6 +406,8 @@ endpoints:
statusCode: "403"
"404":
statusCode: "404"
"423":
statusCode: "423"
"429":
statusCode: "429"
"500":
Expand Down

0 comments on commit ef94bee

Please sign in to comment.