diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 3bf6c6f1bf..c8626104cf 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -4999,9 +4999,11 @@ solely on the response status code returned by this endpoint. ### Update disk encryption enforcement +> `PATCH /api/v1/fleet/mdm/apple/settings` API endpoint is deprecated as of Fleet 4.45. It is maintained for backward compatibility. Please use the new API endpoint below. See old API endpoint docs [here](https://github.com/fleetdm/fleet/blob/main/docs/REST%20API/rest-api.md?plain=1#L4296C29-L4296C29). + _Available in Fleet Premium_ -`PATCH /api/v1/fleet/mdm/apple/settings` +`POST /api/v1/fleet/disk_encryption` #### Parameters @@ -5012,7 +5014,7 @@ _Available in Fleet Premium_ #### Example -`PATCH /api/v1/fleet/mdm/apple/settings` +`POST /api/v1/fleet/disk_encryption` ##### Default response