---
title: "Sends a notification to all admins."
method: POST
path: "/Notifications/Admin"
tags: ["Notifications"]
---

# Sends a notification to all admins.

`POST /Notifications/Admin`

## Query parameters

- `url` string, nullable — The URL of the notification.
- `level` 'Normal' | 'Warning' | 'Error'
- `name` string, nullable — The name of the notification.
- `description` string, nullable — The description of the notification.

## Response `204`

Notification sent.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
