Added parameter to PATCH /fleet/teams/:id endpoint (#16254)

API doc update for #15609

Added parameter to PATCH /fleet/teams/:id endpoint
This commit is contained in:
Victor Lyuboslavsky
2024-01-24 13:06:15 -06:00
committed by GitHub
parent 970a37c87b
commit edee09e22a
+3
View File
@@ -7788,6 +7788,9 @@ _Available in Fleet Premium_
|     custom_settings | list | body | The list of XML files to apply to Windows hosts that belong to this team. |
|   macos_setup | object | body | Setup for automatic MDM enrollment of macOS hosts. |
|     enable_end_user_authentication | boolean | body | If set to true, end user authentication will be required during automatic MDM enrollment of new macOS hosts. Settings for your IdP provider must also be [configured](https://fleetdm.com/docs/using-fleet/mdm-macos-setup-experience#end-user-authentication-and-eula). |
| host_expiry_settings | object | body | Host expiry settings for the team. |
|   host_expiry_enabled | boolean | body | When enabled, allows automatic cleanup of hosts that have not communicated with Fleet in some number of days. When disabled, defaults to the global setting. |
|   host_expiry_window | integer | body | If a host has not communicated with Fleet in the specified number of days, it will be removed. |
#### Example (add users to a team)