From edee09e22a931e92e5eaa79bd6b904cb52bee8ae Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Wed, 24 Jan 2024 13:06:15 -0600 Subject: [PATCH] Added parameter to PATCH /fleet/teams/:id endpoint (#16254) API doc update for #15609 Added parameter to PATCH /fleet/teams/:id endpoint --- docs/REST API/rest-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 0d439c3380..835add9397 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -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)