Runbooks
Update an existing Runbook
put/projects/{projectId}/runbooks/{id}
Path parameters
projectIdstring required
The ID of the project the runbook belongs to. Must be a project that stores its runbooks in the Octopus database.
idstring required
The ID of the runbook to update, for example 'Runbooks-123'.
Request body
Example request
{
"Environments": [
"Environments-1",
"..."
],
"Id": "Runbooks-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Runbook has been modified, containing the updated Runbook
Example response
{
"Environments": [
"Environments-1",
"..."
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.