{
"receipts": {},
"scheduled": {},
"removed": [
"<string>"
],
"error": 123,
"errorMessage": "<string>",
"errorThrowable": {
"cause": {},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": true
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": [
{}
]
},
"rateLimited": false,
"errorRetryable": false,
"errorContext": {}
}
This only works if the message hasn’t been sent yet.
{
"receipts": {},
"scheduled": {},
"removed": [
"<string>"
],
"error": 123,
"errorMessage": "<string>",
"errorThrowable": {
"cause": {},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": true
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": [
{}
]
},
"rateLimited": false,
"errorRetryable": false,
"errorContext": {}
}
The ID of the message to update
JSON-formatted message attributes
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?