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 URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
task_idpathstringrequired

Review task identifier.

Request Body

required
application/json
UpdateReviewTaskRequest

Partial update. Omitted fields are unchanged; empty-string description/url clear the field.

descriptionstring
statusReviewTaskStatus

Lifecycle status of a review task. Only open tasks are listed in the extension by default.

Enum:opendone
titlestring
urlstring

Responses

Navigation