Create a task type
Task Types
Create a task type
Creates a new task type in the workspace.
Required scope
Required scope
tasks:write
POST
Create a task type
Authorizations
OAuth 2.1 access token.
Body
application/json
Display name of the task type.
Required string length:
1 - 40Example:
"Call"
Display color in hex RGB format.
Pattern:
^#[0-9a-fA-F]{6}$Example:
"#463dfb"
Identifier key for the task type. Unique within the workspace. Lowercase letters, digits, and underscores only. Used in the type field when creating or updating tasks.
Required string length:
1 - 40Pattern:
^[a-z0-9]+(_[a-z0-9]+)*$Example:
"call"
Response
Task type created successfully.