This page last changed on Nov 06, 2008 by edawson.

On this page:

Workflow

Close a Review

POST /reviews-v1/<review id>/close

Description:
Close the review.
Status Code:
200 (OK) on success.

Complete a Review

POST /reviews-v1/<review id>/complete

Description:
Indicate that the current user has completed the review.
Status Code:
200 (OK) on success.

Move a Review to a New State

POST /reviews-v1/<review id>/transition?action=<action>

Description:
Change the state of the review.
Status Code:
200 (OK) on success.

Valid actions are:
action:abandonReview
action:deleteReview
action:submitReview
action:approveReview
action:rejectReview
action:summarizeReview
action:closeReview
action:reopenReview
action:recoverReview
action:completeReview
action:uncompleteReview

Uncomplete a Review

POST /reviews-v1/<review id>/uncomplete

Description:
Indicate that the current user has not completed the review.
Status Code:
200 (OK) on success.

Document generated by Confluence on Jul 09, 2009 19:51