Regenerate swagger docs

This commit is contained in:
kolaente 2020-09-05 15:15:52 +02:00
parent 6c9ca98653
commit d742d87b0a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 22 additions and 0 deletions

View File

@ -6341,6 +6341,10 @@ var doc = `{
"description": "The task index, calculated per list",
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"type": "boolean"
},
"labels": {
"description": "An array of labels which are associated with this task.",
"type": "array",
@ -6802,6 +6806,10 @@ var doc = `{
"description": "The task index, calculated per list",
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"type": "boolean"
},
"labels": {
"description": "An array of labels which are associated with this task.",
"type": "array",

View File

@ -6324,6 +6324,10 @@
"description": "The task index, calculated per list",
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"type": "boolean"
},
"labels": {
"description": "An array of labels which are associated with this task.",
"type": "array",
@ -6785,6 +6789,10 @@
"description": "The task index, calculated per list",
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"type": "boolean"
},
"labels": {
"description": "An array of labels which are associated with this task.",
"type": "array",

View File

@ -130,6 +130,9 @@ definitions:
index:
description: The task index, calculated per list
type: integer
is_favorite:
description: True if a task is a favorite task. Favorite tasks show up in a seperate "Important" list
type: boolean
labels:
description: An array of labels which are associated with this task.
items:
@ -478,6 +481,9 @@ definitions:
index:
description: The task index, calculated per list
type: integer
is_favorite:
description: True if a task is a favorite task. Favorite tasks show up in a seperate "Important" list
type: boolean
labels:
description: An array of labels which are associated with this task.
items: