v1
latestOpenAPI 3.0.12026-07-249297145.2 KBMessages
Add/update translated Mobile Push message
The method is used for updating or adding language versions for the basic Mobile Push message.
put/api/v1/messages/mobilepush/{id}/{language}
Path parameters
idinteger required
Mobile push message ID
languagestring required
Language code
Request body
Example request
{
"title": "Your order is confirmed",
"subtitle": "Order number 002345",
"text": "You order 002345 is confirmed",
"link": "https://www.yourshop.com/account/order",
"imageSource": "https://www.example.com/images/sample.jpg",
"ttlSec": 3600,
"badgeCount": 50,
"translations": [
{
"title": "Your order is confirmed",
"subtitle": "Order number 002345",
"text": "You order 002345 is confirmed",
"link": "https://www.yourshop.com/account/order",
"imageSource": "https://www.example.com/images/sample.jpg",
"ttlSec": 3600,
"badgeCount": 50
}
]
}