Update team id query parameter to filter hosts by "no team" assignment (#10444)

This commit is contained in:
gillespi314
2023-03-14 15:41:55 -05:00
committed by GitHub
parent 7fe196304c
commit 2bb79ef95a
7 changed files with 168 additions and 11 deletions
+2
View File
@@ -0,0 +1,2 @@
- Updated API endpoints that use `team_id` query parameter so that `team_id=0`
filters results to include only hosts that are not assigned to any team.