Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required

Task Title

project_id
integer

Project ID

Response

200 - application/json

Task created successfully

id
integer
title
string
project_id
integer
description
string
deadline
string<date-time>
status
enum<string>
Available options:
nueva,
en_proceso,
estancada,
finalizada
priority
enum<integer>

0 = Low, 1 = Medium, 2 = High, 3 = Urgent

Available options:
0,
1,
2,
3
archived
boolean