Added query param to fleet/queries. (#15673)

Added query param to fleet/queries.
API change for #15630
This commit is contained in:
Victor Lyuboslavsky 2023-12-15 12:58:06 -06:00 committed by GitHub
parent 0e040cc7b0
commit 24c9f5a4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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