Skip to main content
PATCH
Update a task type

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Path Parameters

id
string<uuid>
required

UUID of the resource.

Body

application/json

All fields are optional. Only fields included in the body are modified.

title
string

New display name.

Required string length: 1 - 40
Example:

"Phone Call"

color
string

New display color in hex RGB format.

Pattern: ^#[0-9a-fA-F]{6}$
Example:

"#10b981"

Response

Task type updated successfully.

data
object