Skip to main content
PUT
Update Access Policy Approval Procedure

Authorizations

Authorization
string
header
required

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

Path Parameters

access_policy_id
string
required

The ID of the access policy.

id
string
required

The ID of the approval procedure.

Body

application/json
steps
ApprovalStep · object[]

The approval steps for the procedure.

timeoutSeconds
integer<int32> | null

How long each step waits for a human decision before timing out (in seconds). Omit / zero means "keep the existing value". Non-zero values must be within [5 minutes, 90 days].

Response

Success

data
data · object

The updated approval procedure.