Developers
API ReferenceTask Subscription

Creates a TaskSubscription resource

POST
/project/task-subscriptions

Creates a TaskSubscription resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Request Body

The new TaskSubscription resource

TypeScript Definitions

Use the request body type in TypeScript.

task*string
Formatuuid

Response Body

curl -X POST "https://example.com/project/task-subscriptions" \  -H "Content-Type: application/json" \  -d '{    "task": "4879b8a6-fb3e-4a0d-aef8-b0ea469ac85c"  }'
Empty