Skip to main content
PATCH

Authorizations

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

Path Parameters

workspaceId
string<uuid>
required

UUID of the workspace.

Body

application/json
taskIds
string<uuid>[]
required

Array of task UUIDs to update

operationType
enum<string>
required

Type of bulk operation to perform

Available options:
assignees,
priority,
status,
archive,
delete
values
string[] | null

Values relevant to the operation

Response

Bulk operation successful

success
boolean
updatedTasks
object[]