Skip to main content
POST
Adiciona a tarefa a um novo projeto

Authorizations

Authorization
string
header
required

JWT token obtained from /v2/auth/login. Send it in the header: Authorization: Bearer <your_token>

Path Parameters

id
integer
required

ID da tarefa

Body

application/json
projectId
integer
required
Example:

123

columnId
integer | null

ID da coluna alvo para vincular a tarefa

Response

Projeto adicionado à tarefa com sucesso

status
boolean
message
string
project
object