v1
latestOpenAPI 3.0.12026-07-249297145.2 KBMessages
Update the base App Inbox message
The method is used for updating the base App Inbox message.
put/api/v1/messages/appinbox/{id}
Path parameters
idinteger required
App inbox message ID
Request body
Example request
{
"title": "Account created",
"text": "Thank you for signing up!",
"link": "https://www.example.com",
"ttlSec": 3600,
"translations": [
{
"title": "Account created",
"text": "Thank you for signing up!",
"link": "https://www.example.com",
"ttlSec": 3600
}
]
}