v46

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

Go to next stage from dialog

This is an internal endpoint to go to the next stage via a confirmation dialog, submitted by a user in the webapp.

post/plugins/playbooks/api/v0/runs/{id}/next-stage-dialog

Path parameters

idstring required

The PlaybookRun ID

Request body

statestring

String representation of the zero-based index of the stage to go to.

Example request

{
  "state": "3"
}

Response

Playbook run stage update.