Developers
API ReferenceTask I Cal

Creates a TaskICal resource

POST
/project/task-icals

Creates a TaskICal resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Request Body

The new TaskICal resource

TypeScript Definitions

Use the request body type in TypeScript.

name*string
Lengthlength <= 100
users?array<>|null
project?string
Formatuuid
contractor?string
Formatuuid

Response Body

curl -X POST "https://example.com/project/task-icals" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string"}