From 65fdb6ae4035a3c28d9af49ad57c55a2bfcf8920 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Wed, 19 Nov 2025 16:32:10 -0600 Subject: [PATCH] API Docs: Add missing parameter in "Update configuration" (#36025) `integrations` section was there but not linked in the main parameters table. --- docs/REST API/rest-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 276c0fa86d..edb5be026d 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1432,6 +1432,7 @@ Modifies the Fleet's configuration with the supplied information. | agent_options | objects | body | The agent_options spec that is applied to all hosts. In Fleet 4.0.0 the `api/v1/fleet/spec/osquery_options` endpoints were removed. | | fleet_desktop | object | body | See [fleet_desktop](#fleet-desktop). | | webhook_settings | object | body | See [webhook_settings](#webhook-settings). | +| integrations | object | body | See [integrations](#integrations). | | gitops | object | body | See [gitops](#gitops). | | mdm | object | body | See [mdm](#mdm). | | features | object | body | See [features](#features). |