fleet/changes/16350-target-no-team-for-live-query
Victor Lyuboslavsky 05ff1ca52a
Adding backend support for running live queries with team_id=0 (No team) (#17258)
- API endpoint GET fleet/targets/count can target 'No team' with
team_id=0
- API endpoint POST fleet/queries/run (for async live queries) can
target 'No team' with team_id=0
#16350

API doc changes PR: https://github.com/fleetdm/fleet/pull/17267

# Checklist for submitter

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-03-04 16:08:10 -06:00

2 lines
174 B
Text

- API endpoint GET fleet/targets/count can target 'No team' with team_id=0
- API endpoint POST fleet/queries/run (for async live queries) can target 'No team' with team_id=0