| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Name |
string | ➖ | The name of the subscription | My Subscription |
Preferences |
List<UpdateTopicSubscriptionRequestDtoPreferences> | ➖ | The preferences of the topic. Can be a simple workflow ID string, workflow preference object, or group filter object | [ { "workflowId": "workflow-123", "condition": { "===": [ { "var": "tier" }, "premium" ] } } ] |