Runbooks
Update an existing Runbook
put/spaces/{spaceIdentifier}/runbooks/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.