Skip to main content
POST
Create task

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Body

application/json
title
string
required

The title of the task

Example:

"Example task title"

description
string
required

The description of the task

Example:

"This is a task description."

conversationId
string
required
Pattern: ^CN(.*)$
dueDate
string<date-time>
assignedTo
string

The unique identifier of the actor assigned to this task.

Pattern: ^US(.*)$
Example:

"US123abc"

Response

Created

data
object
required