Jump to >

This documentation covers Review Board 2.0. You can see the latest Review Board documentation or all other versions.

Review Reply Draft Resource

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.

Details

Name reply_draft
URI /api/review-requests/{review_request_id}/reviews/{review_id}/replies/{reply_id}/draft/
HTTP Methods
  • GET - Returns the location of the current draft reply.
Parent Resource Review Reply Resource
Child Resources None
Anonymous Access No

HTTP GET

Returns the location of the current draft reply.

If the draft reply exists, this will return HTTP 302 Found 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.

Errors

100 - Does Not ExistHTTP 404 - Not Found Object does not exist
101 - Permission DeniedHTTP 403 - Forbidden You don’t have permission for this
103 - Not Logged InHTTP 401 - Unauthorized You are not logged in