Skip to content

Files

Latest commit

3e2caaf · Jan 5, 2022

History

History
37 lines (20 loc) · 1.02 KB

NotificationsApi.md

File metadata and controls

37 lines (20 loc) · 1.02 KB

\NotificationsApi

All URIs are relative to http://localhost:8000/api

Method HTTP request Description
try_notification_config POST /v1/notifications/try Try sending a notifications

try_notification_config

crate::models::NotificationRead try_notification_config(notification) Try sending a notifications

Parameters

Name Type Description Required Notes
notification Notification [required]

Return type

crate::models::NotificationRead

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]