Skip to main content

Module notifiers

Module notifiers 

Source
Expand description

Notifier API DTOs.

Wire types for the notifier CRUD and test-notification endpoints. The storage-resident types (NotifierKind, NotifierConfig, [StoredNotifier]) live in crate::storage and are referenced here.

Structs§

CreateNotifierRequest
Body for POST /api/v1/notifiers.
TestNotifierResponse
Response from POST /api/v1/notifiers/{id}/test.
UpdateNotifierRequest
Body for PATCH /api/v1/notifiers/{id}.