diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 24a617ce7..1de5e56a0 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -5559,6 +5559,7 @@ Returns a list of global queries or team queries. | order_key | string | query | What to order results by. Can be any column in the queries table. | | order_direction | string | query | **Requires `order_key`**. The direction of the order given the order key. Options include `asc` and `desc`. Default is `asc`. | | team_id | integer | query | The ID of the parent team for the queries to be listed. When omitted, returns global queries. | +| query | string | query | Search query keywords. Searchable fields include `name`. | #### Example