Skip to content

Commit

Permalink
Merge pull request #558 from openedx/zafzal/change-query-params
Browse files Browse the repository at this point in the history
fix: Fixed bulk_revoke parameter name
  • Loading branch information
zamanafzal authored Jan 11, 2024
2 parents 227342c + d874805 commit f9c95bd
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 @@ -212,7 +212,7 @@ endpoints:
parameters:
- *auth_header
- *uuid
- name: "input"
- name: "Requestbody"
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 @@ -222,7 +222,7 @@ endpoints:
in: path
required: true
type: string
- name: input
- name: Requestbody
in: body
description: User emails OR search filters for emails and status
required: true
Expand Down

0 comments on commit f9c95bd

Please sign in to comment.