Update a routine

Updates a routine

Authentication

AuthorizationBearer

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

Path parameters

routineIdstringRequired
Routine ID

Headers

X-Disable-Hooks"true"RequiredDefaults to true

Request

This endpoint expects an object.
namestringRequired
The name of the Routine.
configanyRequired
Configuration for the Routine. Related to the type of Routine.
ordinalintegerRequired
The order of the Routine in the Runbook.
typeenumRequired
The type of Routine.
Allowed values:

Response

This endpoint returns an object.
dataobject
Routine is a set of instructions or procedures that are followed to complete a task.

Errors