Amazon Pinpoint · Schema

UpdateAttributesRequest

Specifies one or more attributes to remove from all the endpoints that are associated with an application.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
Blacklist object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-update-attributes-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-update-attributes-request-schema.json",
  "title": "UpdateAttributesRequest",
  "description": "Specifies one or more attributes to remove from all the endpoints that are associated with an application.",
  "type": "object",
  "properties": {
    "Blacklist": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOf__string"
        },
        {
          "description": "An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed."
        }
      ]
    }
  }
}