Skip to content

Commit

Permalink
Add q-param to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn authored and andreas-venturini committed Apr 8, 2024
1 parent 0d2eb1f commit 74c0577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ fields | name,gender | Can be used to modify the fields included in the response
order | id | Changes the order of returned results. Possible values are: `id`, `name`, `last_name`
gender | null | Allows filtering by gender. Possible values are: `m`, `f`, `i`.
updated_at[gte] | null | Allows filtering for profiles updated since the passed timestamp. Passed as an integer Unix timestamp.
q | null | Allows filtering by name. Uses trigram, so allows fuzzy & partial matches

### Response fields

Expand Down

0 comments on commit 74c0577

Please sign in to comment.