Aller au contenu

/api/projects/{projectId}/tasks (POST)

POST
/api/projects/{projectId}/tasks
curl --request POST \
--url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/tasks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example" }'
projectId
required
string format: uuid
Media type application/json
object
name
string
nullable
Example generated
{
"name": "example"
}

OK