Discard Review Request Draft¶
Path: | api/json/reviewrequests/{review_request_id}/draft/discard/ |
---|
URL Parameters¶
Parameter | Type | Description |
---|---|---|
review_request_id | Integer | The ID of the review request. |
HTTP POST¶
Discards the draft of the specified review request.
Example Request¶
POST /api/json/reviewrequests/12321/draft/discard/
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.
See Authenticating for more information.