RunbookSnapshots
Modify a Runbook Snapshot
put/projects/{projectId}/runbookSnapshots/{id}
Path parameters
projectIdstring required
ID of the project that owns the runbook.
idstring required
ID of the runbook snapshot to modify.
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Runbook Snapshot was modified, containing the updated snapshot
Example response
{
"ProjectId": "Projects-1",
"RunbookId": "Runbooks-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.