Swagger 2.02026-08-141,9198883.7 MB
dbbd6d1e3f1c
Runbooks
Updates an existing Runbook
put/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{id}
Path parameters
spaceIdstring required
projectIdstring required
The ID of the project the runbook belongs to. Must be a version-controlled project that stores its runbooks in Git.
gitRefstring required
The Git branch to commit the change to. This must be a branch — a tag or commit cannot be written to — and the branch must not be protected in the project's version control settings. Use get_branches to list the project's branches.
idstring required
The ID of the runbook to update. A runbook stored in Git uses its slug as the ID, which is only unique within its project and Git ref.
Request body
Response
Confirmation that the Runbook has been modified, containing the updated Runbook