Skip to content

Commit

Permalink
feat: add search query (sct#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
kage1414 committed Aug 17, 2024
1 parent e72e14b commit 52e8a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overseerr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3460,6 +3460,12 @@ paths:
type: string
enum: [created, updated, requests, displayname]
default: created
- in: query
name: searchQuery
schema:
type: string
nullable: true
example: '[email protected]'
responses:
'200':
description: A JSON array of all users
Expand Down

0 comments on commit 52e8a2c

Please sign in to comment.