Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

title
string

Title of the task

description
string

Description of the task

priority
enum<string>

Priority level of the task

Available options:
Low,
Medium,
High
deadline
string<date-time>

Deadline timestamp (ISO 8601)

position
number

Position of the task in its column

cover_url
string<uri>

Optional cover image URL

Response

200 - application/json

Successful response

success
boolean
Example:

true

task
object