Skip to main content
PUT
/
messaging
/
schedule
/
{id}
Error
A valid request URL is required to generate request examples
{
  "receipts": {},
  "scheduled": {},
  "removed": [
    "<string>"
  ],
  "error": 123,
  "errorMessage": "<string>",
  "errorThrowable": {
    "cause": "<unknown>",
    "stackTrace": [
      {
        "methodName": "<string>",
        "fileName": "<string>",
        "lineNumber": 123,
        "className": "<string>",
        "nativeMethod": false
      }
    ],
    "message": "<string>",
    "localizedMessage": "<string>",
    "suppressed": "<array>"
  },
  "rateLimited": false,
  "errorRetryable": false,
  "errorContext": {}
}

Path Parameters

id
string
required

The ID of the message to update

Body

application/json

JSON-formatted message attributes

schedule
object

Response

200 - application/json

successful operation

receipts
object
scheduled
object
removed
string[]
error
integer<int32>
errorMessage
string
errorThrowable
object
rateLimited
boolean
default:false
errorRetryable
boolean
default:false
errorContext
object