docs: Validate Swagger docs (#1486)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user