---
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

## Response `204`

Success - In App Notice Updated

## Other responses

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

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
