Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading