---
title: "Update an inbox message"
method: PATCH
path: "/inbox/{id}"
tags: ["inbox"]
---

# Update an inbox message

`PATCH /inbox/{id}`

Update an existing inbox message with optional new banner image. Any authenticated user can update.

## Path parameters

- `id` number, required

## Response `200`

Inbox message updated successfully

- InboxResponseDto
  - `inbox_id` number, required — Inbox message ID
  - `title` string, required — Message title
  - `description` string, required — Message description
  - `image_banner` string — Banner image URL
  - `deep_link_url` string — Deep linking URL
  - `published_date` string, date-time, required — Publication date
  - `is_active` boolean, required — Active status
  - `priority` 'low' | 'normal' | 'high' | 'urgent', required — Priority level
  - `expires_at` string, date-time — Expiration date
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp
  - `languageType` 'BM' | 'EN', required — Language type

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Inbox message not found

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
