PlaybookRuns
Update a playbook run
patch/plugins/playbooks/api/v0/runs/{id}
Path parameters
idstring required
Example:mx3xyzdojfgyfdx8sc8of1gdme
ID of the playbook run to retrieve.
Request body
Example request
{
"name": "Updated Server Down Incident",
"summary": "## Incident Summary\n\nResolved the server outage."
}Response
Playbook run successfully updated.