Skip to main content
POST
Create project task

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

projectId
string<uuid>
required

The project's UUID.

Body

application/json

The task to create.

title
string
required
Minimum string length: 1
description
string | null
due_date
string<date> | null
assignee_account_id
string<uuid> | null

Must be a collaborator on this project.

Response

Task created.

status
string
required
Example:

"success"

task
object
required