inbox
Update an inbox message
Update an existing inbox message with optional new banner image. Any authenticated user can update.
patch/inbox/{id}
Path parameters
idnumber required
Example:1
Inbox message ID
Response
Inbox message updated successfully
Example response
{
"inbox_id": 1,
"title": "Important Update",
"description": "This is an important system update",
"image_banner": "https://example.com/banner.jpg",
"deep_link_url": "https://example.com/update",
"published_date": "2024-01-01T10:00:00.000Z",
"is_active": true,
"priority": "high",
"expires_at": "2024-12-31T23:59:59.000Z",
"created_at": "2024-01-01T10:00:00.000Z",
"updated_at": "2024-01-01T10:00:00.000Z",
"languageType": "EN"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.