Skip to main content
PATCH

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

projectId
string<uuid>
required

The project's UUID.

taskId
string<uuid>
required

The task's UUID.

Body

application/json

The fields to change.

Every field is optional; send only what changes. An empty body is a 400.

title
string
Minimum string length: 1
description
string | null
due_date
string<date> | null
assignee_account_id
string<uuid> | null
completed
boolean

true stamps completed_at with the current time and completed_by with the authenticated account. false clears both. This is the only way to change completion; completed_at is not writable directly.

Response

Task updated.

status
string
required
Example:

"success"

task
object
required