Skip to main content
PUT
Update Approval Delegation

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the approval delegation rule to update.

Body

application/json
delegates
ApprovalDelegate · object[]

The delegates who can approve on behalf of the delegator.

priority
integer<int32> | null

The priority of the delegation rule (lower values are higher priority).

description
string | null

A description of the delegation rule.

activeFrom
string<date-time> | null

A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

Example:

"2025-01-15T01:30:15.000Z"

activeUntil
string<date-time> | null

A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

Example:

"2025-01-15T01:30:15.000Z"

clearActiveWindow
boolean

Clears both active_from and active_until, making the rule permanent. Cannot be combined with active_from/active_until in the same request.

Response

200 - application/json

Success

data
data · object

An approval delegation rule that allows a user to delegate their approval responsibilities.