---
title: "Publish or update the site-wide notice"
method: PUT
path: "/site-notice"
tags: ["Site"]
---

# Publish or update the site-wide notice

`PUT /site-notice`

Admin only. Upserts the single site notice. Set `active: false` to hide it.

## Request body

- object
  - `active` boolean, required
  - `message` string, required
  - `linkText` string
  - `href` string
  - `placement` 'home' | 'banner', required
  - `color` string, required
  - `dismissible` boolean, required

## Response `200`

The stored notice

- object
  - `notice` object, nullable, required
    - `active` boolean, required
    - `message` string, required
    - `linkText` string
    - `href` string
    - `placement` 'home' | 'banner', required
    - `color` string, required
    - `dismissible` boolean, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — Invalid notice body
- `403` — Caller lacks admin scope

## Changes

- **2026-08-31** `ef21361a36e6` — 2 info
  - added the media type `application/json` for the response with the status `403`
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/site-notice/put.md)

---

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