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.

Response

Success

data
data · object

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