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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user