mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Added query param to fleet/queries. (#15673)
Added query param to fleet/queries. API change for #15630
This commit is contained in:
parent
0e040cc7b0
commit
24c9f5a4b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user