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
@@ -33,6 +33,7 @@
font-size: 13px; font-size: 13px;
line-height: 1; line-height: 1;
margin-bottom: 6px; margin-bottom: 6px;
padding: 1px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
+1 -1
View File
@@ -49,7 +49,7 @@
* type: number * type: number
* minimum: 0 * minimum: 0
* nullable: true * nullable: true
* description: Position of the card within the list * description: Position of the card within the list (required when moving card to new list)
* example: 65536 * example: 65536
* name: * name:
* type: string * type: string
+1 -1
View File
@@ -24,7 +24,7 @@
* properties: * properties:
* type: * type:
* type: string * type: string
* enum: [public, private] * enum: [private, shared]
* description: Type of the project * description: Type of the project
* example: private * example: private
* name: * name:
+1 -1
View File
@@ -51,7 +51,7 @@
* type: string * type: string
* enum: [general, extended] * enum: [general, extended]
* description: Type of terms * description: Type of terms
* example: en-US * example: general
* language: * language:
* type: string * type: string
* enum: [de-DE, en-US] * enum: [de-DE, en-US]
+1 -1
View File
@@ -58,7 +58,7 @@
* maxLength: 128 * maxLength: 128
* nullable: true * nullable: true
* description: Contact phone number * description: Contact phone number
* example: +1234567890 * example: "+1234567890"
* organization: * organization:
* type: string * type: string
* maxLength: 128 * maxLength: 128
+1 -1
View File
@@ -47,7 +47,7 @@
* maxLength: 128 * maxLength: 128
* nullable: true * nullable: true
* description: Contact phone number * description: Contact phone number
* example: +1234567890 * example: "+1234567890"
* organization: * organization:
* type: string * type: string
* maxLength: 128 * maxLength: 128
+1 -1
View File
@@ -36,7 +36,7 @@
* size: * size:
* type: string * type: string
* description: File size of the background image in bytes * description: File size of the background image in bytes
* example: 1024576 * example: "1024576"
* url: * url:
* type: string * type: string
* format: uri * format: uri
+1 -1
View File
@@ -22,7 +22,7 @@
* id: * id:
* type: string * type: string
* description: Unique identifier for the config (always set to '1') * description: Unique identifier for the config (always set to '1')
* example: 1 * example: "1"
* smtpHost: * smtpHost:
* type: string * type: string
* nullable: true * nullable: true
+2 -1
View File
@@ -88,7 +88,7 @@
* type: string * type: string
* nullable: true * nullable: true
* description: Contact phone number * description: Contact phone number
* example: +1234567890 * example: "+1234567890"
* organization: * organization:
* type: string * type: string
* nullable: true * nullable: true
@@ -145,6 +145,7 @@
* example: byDefault * example: byDefault
* termsType: * termsType:
* type: string * type: string
* enum: [general, extended]
* description: Type of terms applicable to the user based on role * description: Type of terms applicable to the user based on role
* example: general * example: general
* isSsoUser: * isSsoUser: