Messages
Update message metadata
Update a specific message metadata by its ID.
patch/v1/projects/{project_id}/messages/{message_id}
Request body
Response
A successful response.
Example response
{
"app_message": {
"card_message": {
"choices": [
{
"call_message": {
"phone_number": "+15551231234",
"title": "Message text"
}
}
]
}
},
"channel_identity": {
"channel": "WHATSAPP"
}
}