Action

Associate policy with action

Associates a policy with the specified approval action.

post/approval/action/{id}/policy

Path parameters

idinteger required

The ID of the approval action.

Request body

policy_idinteger

The ID of the policy to associate.

Response

The operation was successful.

successboolean

Indicates whether the operation was successful.

Example response

{
  "success": true
}

Changes