Runbooks
Create a new Runbook or clone an existing Runbook.
post/projects/{projectId}/runbooks
Path parameters
projectIdstring required
The Project that contains the Runbook.
Request body
Example request
{
"Clone": "Runbooks-1",
"Environments": [
"Environments-1",
"..."
],
"ProjectId": "Projects-1",
"RunbookProcessId": "RunbookProcess-Runbooks-1",
"SpaceId": "Spaces-1"
}Response
Created
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.