Skip to content

Commit

Permalink
fix: Fixed bulk_revoke parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
zamanafzal committed Jan 11, 2024
1 parent 5bf10e7 commit c4838d9
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 c4838d9

Please sign in to comment.