AT&T · JSON Structure

In App Messaging Api Update Message Response Structure

UpdateMessageResponse schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

UpdateMessageResponse 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

id

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-response-structure.json",
  "description": "UpdateMessageResponse schema from AT&T API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the updated message",
      "example": "msg-500123"
    }
  },
  "name": "UpdateMessageResponse"
}