v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-174421106.5 KB
PlaybookRuns

Update playbook run owner

post/plugins/playbooks/api/v0/runs/{id}/owner

Path parameters

idstring required
Example:1igmynxs77ywmcbwbsujzktter

ID of the playbook run whose owner will be changed.

Request body

owner_idstring required

The user ID of the new owner.

Example request

{
  "owner_id": "hx7fqtqxp7nn8129t7e505ls6s"
}

Response

Owner successfully changed.