PUT_workflows_id_approve

/workflows/:id:/approve

Approve a submission under review.

For the /workflows/:id:/approve endpoint to work successfully, the user must have accept/reject permissions on the workflow item's parent collection. Pass the user's email and password in either the request header or via the querystring parameters user and pass.

Endpoint URL: http://path/to/rest/workflows/:id:/approve.format

Formats: xml, json

HTTP Methods: PUT

Parameters: None

Response Codes: 204, 400, 401, 403, 500