Reopen Review Request¶
Path: | api/json/reviewrequests/{review_request_id}/reopen/ |
---|
URL Parameters¶
Parameter | Type | Description |
---|---|---|
review_request_id | Integer | The ID of the review request. |
HTTP POST¶
Reopens a review request.
This will reopen a review request that was previously closed, restoring the state to pending.
Example Request¶
POST /api/json/reviewrequests/12321/close/submitted/
Responses¶
HTTP 200: Success¶
On success, no payload data beyond the stat field will be sent.
Example Response¶
{
stat: "ok"
}
HTTP 401: Unauthorized¶
Error 103: Not Logged In¶
The client making the request is not logged in to the server.
See Authenticating for more information.
HTTP 403: Forbidden¶
The user the client is logged in as doesn’t have permission to reopen the review request.