Adds an approve action from the invoking user as reviewer on the workflow step execution.
204Successfully approved
409Conflict
410Gone
422Unprocessable entity
424Failed dependency
429Too many requests
Adds an approve action from the invoking user as reviewer on the workflow step execution.
204Successfully approved
409Conflict
410Gone
422Unprocessable entity
424Failed dependency
429Too many requests
xxxxxxxxxx
curl --request PUT \
--url https://alation_domain/integration/v2/workflow_stepexecutions/workflow_stepexecution_id/approve/ \
--header 'accept: application/json' \
--header 'content-type: application/json'