| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional<String> | ➖ | The name of the subscription | My Subscription |
preferences |
List<UpdateTopicSubscriptionRequestDtoPreference> | ➖ | 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" ] } } ] |