Skip to main content
POST
Criar checklist avulso no projeto

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string

Path Parameters

project
string
required

Body

application/json
name
string
required

Texto do checklist. Não aceita HTML.

Maximum string length: 255
author_id
string<uuid>

UUID do responsável atribuído ao item (assignee). Aceita apenas usuários do mesmo tenant.

checked_by_id
string<uuid>

UUID do usuário que marcou como concluído. Aceita apenas usuários do mesmo tenant.

Response

200 - application/json

Sucesso

response
boolean