From b965f046c9dec2ccd82c5c8f528f3733c8e57ae0 Mon Sep 17 00:00:00 2001 From: melpike <79950145+melpike@users.noreply.github.com> Date: Wed, 6 May 2026 07:56:08 -0600 Subject: [PATCH] Fix API endpoint for rotating managed account password Updated API endpoint documentation for rotating managed local account passwords. --- docs/REST API/rest-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index c41e41d7a0c..c648e0d1c48 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -5700,7 +5700,7 @@ _Available in Fleet Premium_ Rotates the managed local account password for a host. -`POST /api/v1/fleet/hosts/:id/managed_local_account/rotate` +`POST /api/v1/fleet/hosts/:id/managed_account_password/rotate` #### Parameters @@ -5710,7 +5710,7 @@ Rotates the managed local account password for a host. #### Example -`POST /api/v1/fleet/hosts/123/managed_local_account/rotate` +`POST /api/v1/fleet/hosts/123/managed_account_password/rotate` ##### Default response