PlaybookRuns
Update a playbook run's status
post/plugins/playbooks/api/v0/runs/{id}/status
Path parameters
idstring required
Example:1igmynxs77ywmcbwbsujzktter
ID of the playbook run to update.
Request body
Example request
{
"message": "Starting to investigate.",
"reminder": 600
}Response
Playbook run updated.