Create a new Approval Policy

Requires the APPROVAL_POLICY.CREATE permission.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

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

Path parameters

versionstringRequiredDefaults to 1
version

Headers

x-platform-idstringOptional
Platform ID.

Request

This endpoint expects an object.
source_typeenumRequired
The object type of this approval policy.
referencestringRequiredformat: "^\S+$"0-256 characters

The human-readable reference to this approval policy.

namestringRequired
The name of this approval policy.
approval_typeenumRequired
The type of approval process which needs to be followed if this approval policy is invoked.
approversobjectRequired

The type of approve level and users who are allowed to approve/decline the approval review.

rule_groupslist of objectsRequired
The groups of rules that are applicable for this approval policy. These will be chained using OR.
statusenum or nullOptional
The current status of the approval policy.

Response

Created
object_typestring or nullOptionalRead-only
idstring or nullOptionalRead-only
source_typeenumOptional
The object type of this approval policy.
referencestringOptionalformat: "^\S+$"0-256 characters

The human-readable reference to this approval policy.

namestringOptional
The name of this approval policy.
statusenum or nullOptional
The current status of the approval policy.
approval_typeenumOptional
The type of approval process which needs to be followed if this approval policy is invoked.
created_atstring or nullOptionalRead-only
When the approval policy was created.
update_atstring or nullOptionalRead-only
When the approval policy was updated last.
approversobjectOptional

The type of approve level and users who are allowed to approve/decline the approval review.

rule_groupslist of objectsOptional
The groups of rules that are applicable for this approval policy. These will be chained using OR.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error