Update a routine

Updates a routine

Path parameters

routineIdstringRequired

Routine 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.
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