---
title: "Update an InAppNotice"
method: PATCH
path: "/Notices"
tags: ["Notices"]
---

# Update an InAppNotice

`PATCH /Notices`

**Requires permissions:** *IT* or *TonbridgeAppNoticeAdmin*

Updates an existing InAppNotice in the database.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchNoticeRequest
  - `inAppNotice` InAppNotice
    - `id` integer
    - `title` string, nullable
    - `message` string, nullable
    - `permissions` string, nullable
    - `show` string, date-time, nullable
    - `hide` string, date-time, nullable
    - `url` string, nullable
    - `permissionList` string[]

## Response `204`

Success - In App Notice Updated

## Other responses

- `400` — An Error Occurred - Could not update Notice
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-08-27** `71d477eac31e` — 1 info
  - added the new optional request property `inAppNotice/oneOf[#/components/schemas/InAppNotice]/permissionList`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Notices/patch.md)

---

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