Kanban bucket limits #652

Merged
konrad merged 15 commits from feature/kanban-limits into master 2020-09-04 14:37:58 +00:00
3 changed files with 11 additions and 0 deletions
Showing only changes of commit 3b7e95a728 - Show all commits

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