diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index c0d6575ac6..0e628097c9 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -2152,7 +2152,7 @@ Modifies the Fleet's configuration with the supplied information. | Name | Type | Description | | --------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------- | -| activity_expiry_enabled | boolean | When enabled, allows automatic cleanup of activities (and associated live query data) older than the specified number of days. | +| activity_expiry_enabled | boolean | When enabled, allows automatic cleanup of activities (and associated live query data) older than the specified number of days. Activities linked to a host are preserved until the host is deleted. | | activity_expiry_window | integer | The number of days to retain activity records, if activity expiry is enabled. |