Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 2.57 KB

File metadata and controls

9 lines (6 loc) · 2.57 KB

UpdateTopicSubscriptionRequestDto

Fields

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"
]
}
}
]