Users
Preferences

Update user preference set

Updates a complete preference set for a user. By default, this is a destructive operation and will replace any existing preferences with the preferences given. Use 'persistence_strategy': 'merge' to merge with existing preferences instead.

put/v1/users/{user_id}/preferences/{id}

Path parameters

user_idstring required

The unique identifier of the user.

idstring required
Example:default

Unique identifier for the preference set.

Request body

__persistence_strategy__'merge' | 'replace'

Controls how the preference set is persisted. 'replace' will completely replace the preference set, 'merge' will merge with existing preferences.

commercial_subscribedboolean nullable

Whether the recipient is subscribed to commercial communications. When false, the recipient will not receive commercial workflow notifications.

Example request

{
  "__persistence_strategy__": "merge",
  "categories": {
    "marketing": false,
    "transactional": {
      "channel_types": {
        "email": false
      }
    }
  },
  "channel_types": {
    "email": true
  },
  "channels": {
    "2f641633-95d3-4555-9222-9f1eb7888a80": {
      "conditions": [
        {
          "argument": "US",
          "operator": "equal_to",
          "variable": "recipient.country_code"
        }
      ]
    },
    "aef6e715-df82-4ab6-b61e-b743e249f7b6": true
  },
  "commercial_subscribed": true,
  "workflows": {
    "dinosaurs-loose": {
      "channel_types": {
        "email": false
      }
    }
  }
}

Response

OK

commercial_subscribedboolean nullable

Whether the recipient is subscribed to commercial communications. When false, the recipient will not receive commercial workflow notifications.

idstring required

Unique identifier for the preference set.

Example response

{
  "categories": {
    "marketing": false,
    "transactional": {
      "channel_types": {
        "email": false
      }
    }
  },
  "channel_types": {
    "email": true,
    "push": false,
    "sms": {
      "conditions": [
        {
          "argument": "US",
          "operator": "equal_to",
          "variable": "recipient.country_code"
        }
      ]
    }
  },
  "commercial_subscribed": true,
  "id": "default",
  "workflows": null
}

Changes

Changed in 4 of the 30 revisions of this API.23138170

  • 3e8f3a4664d42323See the full diff
    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

  • b0b2bad5055723115138See the full diff
    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property 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/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property 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/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property 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/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • added the new optional request property categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added the new optional request property channels

      new-optional-request-property

    • added the new optional request property commercial_subscribed

      new-optional-request-property

    • added the new optional request property workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added the optional property categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels to the response with the 200 status

      response-optional-property-added

    • added the optional property channels to the response with the 200 status

      response-optional-property-added

    • added the optional property commercial_subscribed to the response with the 200 status

      response-optional-property-added

    • added the optional property workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels to the response with the 200 status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property __persistence_strategy__

      new-optional-request-property