Create notification
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /notifications
Operation
Operation ID: createNotification
Create a new notification
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/NotificationCreate"
}
Responses
Status | Description | Content Types |
|---|---|---|
201 | Notification created successfully | application/json |
Schema for response 201 (application/json):
{}
17 March 2026