AT&T · JSON Structure

In App Messaging Api Update Message Request Structure

UpdateMessageRequest schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

UpdateMessageRequest is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-structure/in-app-messaging-api-update-message-request-structure.json",
  "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
        }
      }
    }
  },
  "name": "UpdateMessageRequest"
}