RunbookSnapshots
Modify a Runbook Snapshot
put/runbookSnapshots/{id}
Path parameters
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.