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§
- Create
Notifier Request - Body for
POST /api/v1/notifiers. - Test
Notifier Response - Response from
POST /api/v1/notifiers/{id}/test. - Update
Notifier Request - Body for
PATCH /api/v1/notifiers/{id}.