AT&T · Schema

UpdateMessageRequest

UpdateMessageRequest schema from AT&T API

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Properties

Name Type Description
message object
View JSON Schema on GitHub

JSON Schema

in-app-messaging-api-update-message-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-schema/in-app-messaging-api-update-message-request-schema.json",
  "title": "UpdateMessageRequest",
  "description": "UpdateMessageRequest schema from AT&T API",
  "type": "object",
  "properties": {
    "message": {
      "type": "object",
      "properties": {
        "isUnread": {
          "type": "boolean",
          "description": "Updated read status of the message",
          "example": false
        }
      }
    }
  }
}