Skip to content

Commit

Permalink
Merge pull request #561 from openedx/zafzal/change-param-name
Browse files Browse the repository at this point in the history
fix: Fixed bulk_revoke parameter name
  • Loading branch information
zamanafzal authored Jan 15, 2024
2 parents ccede3e + 4ac9e5b commit 6ec6e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ endpoints:
parameters:
- *auth_header
- *uuid
- name: "Requestbody"
- name: "Requestpayload"
in: "body"
description: "User emails OR search filters for emails and status"
required: true
Expand Down
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ endpoints:
in: path
required: true
type: string
- name: Requestbody
- name: Requestpayload
in: body
description: User emails OR search filters for emails and status
required: true
Expand Down

0 comments on commit 6ec6e02

Please sign in to comment.