Bulk set preferences
Bulk sets the preferences for up to 1,000 users at a time. The preference set :id can be either default or a tenant.id. Learn more about per-tenant preferences. Note that this is a destructive operation and will replace any existing users' preferences with the preferences sent.
Request body
Example request
{
"preferences": {
"__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
}
}
}
},
"user_ids": [
"user_1",
"user_2"
]
}Response
OK
Example response
{
"__typename": "BulkOperation",
"completed_at": null,
"error_count": 0,
"error_items": [],
"estimated_total_rows": 1000,
"failed_at": null,
"id": "123e4567-e89b-12d3-a456-426614174000",
"inserted_at": "2024-05-22T12:00:00Z",
"name": "Bulk operation name",
"processed_rows": 0,
"progress_path": "https://api.switchboard.com/v1/bulk_operations/123e4567-e89b-12d3-a456-426614174000",
"started_at": null,
"status": "processing",
"success_count": 0,
"updated_at": "2024-05-22T12:00:00Z"
}Changes
Changed in 4 of the 30 revisions of this API.23143
- ○
added the new
is_betweenenum value to the request propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
- ▲
removed the enum value
is_timestamp_afterof the request propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-removed
- ○
added the new
existsenum value to the request propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/categories/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/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 propertypreferences/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ▲
- ○
added the new optional request property
preferences/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the new optional request property
preferences/channelsnew-optional-request-property
- ○
added the new optional request property
preferences/commercial_subscribednew-optional-request-property
- ○
added the new optional request property
preferences/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
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
preferences/__persistence_strategy__new-optional-request-property
- ○