docs: Add missing details to Swagger

This commit is contained in:
Maksim Eltyshev
2025-09-08 23:40:36 +02:00
parent 9a81c83f03
commit dca4b65921
27 changed files with 52 additions and 29 deletions

View File

@@ -17,6 +17,7 @@
* NotificationService:
* type: object
* required:
* - id
* - url
* - format
* properties:
@@ -37,7 +38,7 @@
* url:
* type: string
* description: URL endpoint for notifications
* example: https://example.service.com/planka
* example: https://service.example.com/planka
* format:
* type: string
* enum: [text, markdown, html]