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