Update a runbook

Updates a runbook

Path parameters

runbookIdstringRequired
Runbook ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
namestringOptional
The name of the Runbook.
statusenumOptional
The status of the Runbook.
configobjectOptional
The configuration of the Runbook.

Response

This endpoint returns an object.
dataobject
Runbook

Errors