Skip to content

Commit

Permalink
feat: added 423 status in api yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Sep 30, 2024
1 parent efdfe54 commit 20e9fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ endpoints:
description: Forbidden
"404":
description: Not Found
"423":
description: Locked
"429":
description: Too Many Requests
"500":
Expand All @@ -240,6 +242,8 @@ endpoints:
statusCode: "403"
"404":
statusCode: "404"
"423":
statusCode: "423"
"429":
statusCode: "429"
"500":
Expand Down

0 comments on commit 20e9fd1

Please sign in to comment.