v1

latestOpenAPI 3.1.02026-08-06492794.7 KB
Tasks

Create task

Creates a new task inside a project

post/projects/{project_id}/tasks

Path parameters

project_idinteger required

Request body

namestring required

Name of the task

descriptionstring

Description of the task - supports limited subset of HTML <b>, <ul>, <li>, <br>, and <a>.

Response

successfully creates the task.

idinteger
namestring

Name of the task

descriptionstring

Description of the task - supports limited subset of HTML <b>, <ul>, <li>, <br>, and <a>.

status'to_do' | 'pending_review' | 'approved'

Status of the task