Skip to main content
POST
Edit Task

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required

UUID of the workspace. Must be your key's own workspace.

Example:

"cb363f7e-c52a-4478-911d-f6a6f791090e"

taskId
string<uuid>
required

UUID of the task.

Example:

"232154c0-c239-48f8-b670-0e5d12fd64d0"

Body

application/json

Any subset of the create fields.

title
string
description
string
priority
string
dueTime
string
assignees
string<uuid>[]

Response

Task updated.