Create Runbook File
Runbooks
Create Runbook File
Commit a new file (or overwrite an existing one) to the git repository associated with the given configuration ID.
POST
Create Runbook File
Path Parameters
Repository configuration ID
Body
application/json
File to create
Content of the runbook file
Path of the file to create relative to the repository root, e.g. "ops/restart.runbook.sh"
Example:
"ops/restart.runbook.sh"
Optional commit message. Defaults to "feat: add " when empty.
Example:
"feat: add restart service runbook"
If true, overwrite the file if it already exists in the repository