Update a task type
Task Types
Update a task type
Updates a task type. Only fields included in the body are modified.
Required scope
Required scope
tasks:write
PATCH
Update a task type
Authorizations
OAuth 2.1 access token.
Path Parameters
UUID of the resource.
Body
application/json
All fields are optional. Only fields included in the body are modified.
New display name.
Required string length:
1 - 40Example:
"Phone Call"
New display color in hex RGB format.
Pattern:
^#[0-9a-fA-F]{6}$Example:
"#10b981"
New identifier key. Lowercase letters, digits, and underscores only.
Required string length:
1 - 40Pattern:
^[a-z0-9]+(_[a-z0-9]+)*$Example:
"phone_call"
Response
Task type updated successfully.