approval
Update a approval chain
patch/v1/org/{orgId}/approval-chain/{approvalChainId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
approvalChainIdstring required
approval chain id
Request body
Example request
{
"name": "Comp Review 06/15/2022",
"fallbackApproverJobId": "588f7ee98f138b19220041a7",
"approvalNotifierGroups": [
{
"groupId": "588f7ee98f138b19220041a7",
"userIds": [
"588f7ee98f138b19220041a7"
]
}
]
}Response
snapshot currently building
Changes
No recorded changes to this endpoint across all 9 revisions of this API.