Update user preference set
Updates a complete preference set for a user. By default, this is a destructive operation and will replace any existing preferences with the preferences given. Use 'persistence_strategy': 'merge' to merge with existing preferences instead.
Path parameters
The unique identifier of the user.
Unique identifier for the preference set.
Request body
Example request
{
"__persistence_strategy__": "merge",
"categories": {
"marketing": false,
"transactional": {
"channel_types": {
"email": false
}
}
},
"channel_types": {
"email": true
},
"channels": {
"2f641633-95d3-4555-9222-9f1eb7888a80": {
"conditions": [
{
"argument": "US",
"operator": "equal_to",
"variable": "recipient.country_code"
}
]
},
"aef6e715-df82-4ab6-b61e-b743e249f7b6": true
},
"commercial_subscribed": true,
"workflows": {
"dinosaurs-loose": {
"channel_types": {
"email": false
}
}
}
}Response
OK
Example response
{
"categories": {
"marketing": false,
"transactional": {
"channel_types": {
"email": false
}
}
},
"channel_types": {
"email": true,
"push": false,
"sms": {
"conditions": [
{
"argument": "US",
"operator": "equal_to",
"variable": "recipient.country_code"
}
]
}
},
"commercial_subscribed": true,
"id": "default",
"workflows": null
}Changes
Changed in 4 of the 30 revisions of this API.23138170
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_betweenenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ●
- b0b2bad5055723115138See the full diff
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-removed
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_before_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_afterenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_timestamp_on_or_after_dateenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_existsenum value to theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_before_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_afterenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_timestamp_on_or_after_dateenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertycategories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertychannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_existsenum value to the request propertyworkflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thecategories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from thechannels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ○
removed the
is_timestamp_afterenum value from theworkflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
added the new optional request property
categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the new optional request property
channelsnew-optional-request-property
- ○
added the new optional request property
commercial_subscribednew-optional-request-property
- ○
added the new optional request property
workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the optional property
categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
channelsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
commercial_subscribedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
__persistence_strategy__new-optional-request-property
- ○