docs: Validate Swagger docs (#1486)

This commit is contained in:
Hayden Welch
2026-02-10 19:35:39 +01:00
committed by GitHub
parent b2e3aac314
commit e7326303cd
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
* size:
* type: string
* description: File size of the background image in bytes
* example: 1024576
* example: "1024576"
* url:
* type: string
* format: uri
+1 -1
View File
@@ -22,7 +22,7 @@
* id:
* type: string
* description: Unique identifier for the config (always set to '1')
* example: 1
* example: "1"
* smtpHost:
* type: string
* nullable: true
+2 -1
View File
@@ -88,7 +88,7 @@
* type: string
* nullable: true
* description: Contact phone number
* example: +1234567890
* example: "+1234567890"
* organization:
* type: string
* nullable: true
@@ -145,6 +145,7 @@
* example: byDefault
* termsType:
* type: string
* enum: [general, extended]
* description: Type of terms applicable to the user based on role
* example: general
* isSsoUser: