Update schedules
Updates one or more existing schedules with new timing, data, or other properties. All specified schedule IDs will be updated with the same values. This endpoint also handles inline identifications for the actor, recipient, and tenant fields.
Request body
Example request
{
"actor": null,
"data": {
"key": "value"
},
"ending_at": null,
"repeats": [
{
"__typename": "ScheduleRepeat",
"day_of_month": null,
"days": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"frequency": "daily",
"hours": null,
"interval": 1,
"minutes": null
}
],
"schedule_ids": [
"123e4567-e89b-12d3-a456-426614174000"
],
"scheduled_at": null,
"tenant": "acme_corp"
}Response
OK
Example response
[
{
"__typename": "Schedule",
"actor": null,
"data": null,
"id": "123e4567-e89b-12d3-a456-426614174000",
"inserted_at": "2021-01-01T00:00:00Z",
"last_occurrence_at": null,
"next_occurrence_at": null,
"recipient": {
"__typename": "User",
"avatar": null,
"created_at": null,
"email": "jane@ingen.net",
"id": "jane",
"name": "Jane Doe",
"phone_number": null,
"timezone": null,
"updated_at": "2024-05-22T12:00:00Z"
},
"repeats": [
{
"__typename": "ScheduleRepeat",
"day_of_month": null,
"days": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"frequency": "daily",
"hours": null,
"interval": 1,
"minutes": null
}
],
"tenant": null,
"updated_at": "2021-01-01T00:00:00Z",
"workflow": "workflow_123"
}
]Changes
Changed in 8 of the 30 revisions of this API.491294
- ○
added the new
is_betweenenum value to the request propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_betweenenum value to the request propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-removed
- ▲
removed the enum value
is_timestamp_afterof the request propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
existsenum value to the request propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/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 propertytenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operatorrequest-property-enum-value-added
- ▲
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/namenew-optional-request-property
- ○
added
PushChannelDataDevicesOnlyAWSSNSPushChannelDataDevicesOnlyto thetenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request propertyoneOflistrequest-property-one-of-added
- ○
- ▲
removed
PushChannelDataOneSignalChannelDataAwsSnsPushChannelDatafrom thetenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request propertyoneOflistrequest-property-one-of-removed
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channelsnew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/commercial_subscribednew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channelsnew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/commercial_subscribednew-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channelsnew-optional-request-property
- ○
added
PushChannelDataTokensOnlyAWSSNSPushChannelDataTargetARNsOnlyOneSignalChannelDataPlayerIdsOnlyto thetenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request propertyoneOflistrequest-property-one-of-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
AwsSnsPushChannelDatato thetenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request propertyoneOflistrequest-property-one-of-added
- ○
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/__persistence_strategy__new-optional-request-property
- ○
added the new optional request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/__persistence_strategy__new-optional-request-property
- ○
- ▲
the response property
items/repeats/items/__typenamebecame optional for the status200response-property-became-optional
- ○
the request property
repeats/items/__typenamebecame optionalrequest-property-became-optional
- ▲
- ▲
the
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request property type/format changed fromobject/to/request-property-type-changed
- ●
removed the request property
tenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/datarequest-property-removed
- ○
added
PushChannelDataOneSignalChannelDataSlackChannelDataMsTeamsChannelDataDiscordChannelDatato thetenant/anyOf[subschema #1: InlineTenantRequest]/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/request propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
items/actor/oneOf[subschema #1: Recipient]/oneOf[subschema #2: Object]/propertiesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/recipient/oneOf[subschema #2: Object]/propertiesto the response with the200statusresponse-optional-property-added
- ▲