API ReferenceTask Subscription
Creates a TaskSubscription resource
Creates a TaskSubscription resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new TaskSubscription resource
TypeScript Definitions
Use the request body type in TypeScript.
task*string
Format
uuidResponse Body
curl -X POST "https://example.com/project/task-subscriptions" \ -H "Content-Type: application/json" \ -d '{ "task": "4879b8a6-fb3e-4a0d-aef8-b0ea469ac85c" }'Empty
