v18

latestOpenAPI 3.1.0AGPL-3.0 licenseraw.githubusercontent.com2026-08-0143162294.8 KB
Notifications

Updates an existing notification.

patch/api/v1/notifications/{notification_id}

Path parameters

notification_idstring required

Notification ID

Request body

signing_keystring nullable

Optional signing key for securing webhook notifications.

  • None: don't change the existing signing key
  • Some(""): remove the signing key
  • Some("key"): set the signing key to the provided value
type'webhook'

Notification type enum used by both config file and API

urlstring

Response

Notification updated successfully

errorstring
successboolean required