Review Reply Draft Resource¶
| Name | reply_draft | 
| URI | /api/review-requests/{review_request_id}/reviews/{review_id}/replies/{reply_id}/draft/ | 
| Description | A redirecting resource that points to the current draft reply. This works as a convenience to access the current draft reply, so that clients can discover the proper location. | 
| HTTP Methods | 
 | 
| Parent Resource | Review Reply Resource | 
| Child Resources | None | 
| Anonymous Access | No | 
Links¶
| Name | Method | Resource | 
|---|---|---|
| self | GET | Review Reply Draft Resource | 
HTTP GET¶
Returns the location of the current draft reply.
If the draft reply exists, this will return HTTP 301 Moved Permanently with a Location header pointing to the URL of the draft. Any operations on the draft can be done at that URL.
If the draft reply does not exist, this will return a Does Not Exist error.
