Skip to content

Commit

Permalink
allow empty id and email for list users
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Oct 28, 2023
1 parent b67eea1 commit 4d11d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/authorization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,13 @@ paths:
- $ref: "#/components/parameters/PaginationAmount"
- in: query
name: id
allowEmptyValue: true
schema:
type: integer
format: int64
- in: query
name: email
allowEmptyValue: true
schema:
type: string
- in: query
Expand Down

0 comments on commit 4d11d64

Please sign in to comment.