Authorizations
Path Parameters
Body
application/json
Response
Successful response
The response is of type string<uuid>.
This endpoint allows updating the approvers for a specific member based on the chosen approval process. Depending on the provided configuration:
No Approver (Self-Approval):
To set “no approver” for a member, provide an empty array: approvers: [].
The system will automatically configure the member as their own approver (self-approval),
which is internally recognized as “no approver” throughout the application.
The ‘id’ and ‘approval_process’ fields are always required.
Successful response
The response is of type string<uuid>.