asreview.Project.update_review

Project.update_review(review_id=None, **kwargs)[source]

Update review metadata.

Parameters:
  • review_id (str) – The review_id uuid4. Default None, which is the first added review.

  • status (str) – The status of the review. One of ‘setup’, ‘running’, ‘finished’.

  • start_time – Start of the review.

  • end_time (End time of the review.) –