AT&T · Schema

UpdateMessageResponse

UpdateMessageResponse schema from AT&T API

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Properties

Name Type Description
id string ID of the updated message
View JSON Schema on GitHub

JSON Schema

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