mirror of
https://github.com/plankanban/planka.git
synced 2026-07-15 21:48:11 +03:00
docs: Validate Swagger docs (#1486)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
margin-bottom: 6px;
|
||||
padding: 1px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
* properties:
|
||||
* type:
|
||||
* type: string
|
||||
* enum: [public, private]
|
||||
* enum: [private, shared]
|
||||
* description: Type of the project
|
||||
* example: private
|
||||
* name:
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
* maxLength: 128
|
||||
* nullable: true
|
||||
* description: Contact phone number
|
||||
* example: +1234567890
|
||||
* example: "+1234567890"
|
||||
* organization:
|
||||
* type: string
|
||||
* maxLength: 128
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
* maxLength: 128
|
||||
* nullable: true
|
||||
* description: Contact phone number
|
||||
* example: +1234567890
|
||||
* example: "+1234567890"
|
||||
* organization:
|
||||
* type: string
|
||||
* maxLength: 128
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user