Skip to content

Commit

Permalink
Merge pull request #475 from openedx/sameeramin/ENT-8996
Browse files Browse the repository at this point in the history
fix: added 403 Forbidden status to Subsidy Access Policy List API endpoint
  • Loading branch information
sameeramin authored May 24, 2024
2 parents 0fd8564 + 849a740 commit 7bc3a2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ learner_content_assignment_list_remind_cancel_responses: &learner_content_assign
description: "Bad Request"
401:
description: "Unauthorized"
403:
description: "Forbidden"
404:
description: "Not Found"
422:
Expand Down
8 changes: 8 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ learner_content_assignment_list_remind_cancel_responses:
description: Bad Request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
description: Not Found
"422":
Expand Down Expand Up @@ -187,6 +189,8 @@ endpoints:
description: Bad Request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
description: Not Found
"422":
Expand Down Expand Up @@ -253,6 +257,8 @@ endpoints:
description: Bad Request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
description: Not Found
"422":
Expand Down Expand Up @@ -337,6 +343,8 @@ endpoints:
description: Bad Request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
description: Not Found
"422":
Expand Down

0 comments on commit 7bc3a2b

Please sign in to comment.