Generate swagger docs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-09-04 13:48:20 +02:00
parent 67eb800fc0
commit 3b7e95a728
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 11 additions and 0 deletions

View File

@ -6236,6 +6236,10 @@ var doc = `{
"description": "The unique, numeric id of this bucket.",
"type": "integer"
},
"limit": {
"description": "How many tasks can be at the same time on this board max",
"type": "integer"
},
"list_id": {
"description": "The list this bucket belongs to.",
"type": "integer"

View File

@ -6219,6 +6219,10 @@
"description": "The unique, numeric id of this bucket.",
"type": "integer"
},
"limit": {
"description": "How many tasks can be at the same time on this board max",
"type": "integer"
},
"list_id": {
"description": "The list this bucket belongs to.",
"type": "integer"

View File

@ -53,6 +53,9 @@ definitions:
id:
description: The unique, numeric id of this bucket.
type: integer
limit:
description: How many tasks can be at the same time on this board max
type: integer
list_id:
description: The list this bucket belongs to.
type: integer