Recerc

Update task

Updates a task in the current workspace.

PATCH/api/unstable/tasks/{id}

Updates a task in the current workspace.

Request Body

application/json

title?string

Updated task title.

Length1 <= length
Example"Call supplier"
description?string

Updated task description.

Example"Confirm the revised lead time."
status?string

Updated task status label.

Example"completed"
assignedTo?array<>

Updated workspace user ids assigned to the task.

Example[ "workspace_user_1", "workspace_user_2" ]
[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json