From 46df8f82741186d39c3aaac37b80323e1d8d5930 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:01:11 -0400 Subject: [PATCH] API reference: Remove errant key (#33898) --- docs/REST API/rest-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index e17807dbec..dc100711db 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -11668,7 +11668,6 @@ _Available in Fleet Premium_ | Name | Type | Description | | --------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | enable_disk_encryption | boolean | Hosts that belong to this team will have disk encryption enabled if set to true. | -| windows_require_bitlocker_pin | boolean | End users on Windows hosts that belong to this team will be required to set a BitLocker PIN if set to true. `enable_disk_encryption` must be set to true. When the PIN is set, it's required to unlock Windows host during startup. | | custom_settings | array | Only intended to be used by [Fleet's YAML](https://fleetdm.com/docs/configuration/yaml-files). To add macOS configuration profiles using Fleet's API, use the [Add configuration profile endpoint](https://fleetdm.com/docs/rest-api/rest-api#add-custom-os-setting-configuration-profile) instead. |