PATCH
/projects/{project_id}/review-tasks/{task_id}Update review task
Partial update: omitted fields are unchanged; empty-string description/url clear the field. Use `status` to mark a task `done`. Returns the updated task.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011task_idpathstringrequiredReview task identifier.
Request Body
required
application/jsonUpdateReviewTaskRequest
Partial update. Omitted fields are unchanged; empty-string description/url clear the field.
descriptionstringstatusReviewTaskStatusLifecycle status of a review task. Only open tasks are listed in the extension by default.
Enum:
opendonetitlestringurlstringResponses
Navigation
