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
@@ -49,7 +49,7 @@
* type: number
* minimum: 0
* 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
* name:
* type: string
+1 -1
View File
@@ -24,7 +24,7 @@
* properties:
* type:
* type: string
* enum: [public, private]
* enum: [private, shared]
* description: Type of the project
* example: private
* name:
+1 -1
View File
@@ -51,7 +51,7 @@
* type: string
* enum: [general, extended]
* description: Type of terms
* example: en-US
* example: general
* language:
* type: string
* enum: [de-DE, en-US]
+1 -1
View File
@@ -58,7 +58,7 @@
* maxLength: 128
* nullable: true
* description: Contact phone number
* example: +1234567890
* example: "+1234567890"
* organization:
* type: string
* maxLength: 128
+1 -1
View File
@@ -47,7 +47,7 @@
* maxLength: 128
* nullable: true
* description: Contact phone number
* example: +1234567890
* example: "+1234567890"
* organization:
* type: string
* maxLength: 128