v1

latestOpenAPI 3.0.3MIT2026-07-17321126.8 KB
Tasks

Create a new task

post/api/tasks

Request body

project_idstring uuid required
titlestring required
descriptionstring nullable
image_idsstring[] nullable

Example request

{
  "title": "Fix authentication bug",
  "description": "Users can't login with GitHub OAuth"
}

Response

Task created

successboolean required
error_dataobject nullable
messagestring nullable