mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
[skip ci] Updated swagger docs
This commit is contained in:
@@ -8587,6 +8587,10 @@ const docTemplate = `{
|
||||
"$ref": "#/definitions/models.Bucket"
|
||||
}
|
||||
},
|
||||
"comment_count": {
|
||||
"description": "Comment count of this task. Only present when fetching tasks with the ` + "`" + `expand` + "`" + ` parameter set to ` + "`" + `comment_count` + "`" + `.",
|
||||
"type": "integer"
|
||||
},
|
||||
"comments": {
|
||||
"description": "All comments of this task. Only present when fetching tasks with the ` + "`" + `expand` + "`" + ` parameter set to ` + "`" + `comments` + "`" + `.",
|
||||
"type": "array",
|
||||
|
||||
@@ -8579,6 +8579,10 @@
|
||||
"$ref": "#/definitions/models.Bucket"
|
||||
}
|
||||
},
|
||||
"comment_count": {
|
||||
"description": "Comment count of this task. Only present when fetching tasks with the `expand` parameter set to `comment_count`.",
|
||||
"type": "integer"
|
||||
},
|
||||
"comments": {
|
||||
"description": "All comments of this task. Only present when fetching tasks with the `expand` parameter set to `comments`.",
|
||||
"type": "array",
|
||||
|
||||
@@ -636,6 +636,10 @@ definitions:
|
||||
items:
|
||||
$ref: '#/definitions/models.Bucket'
|
||||
type: array
|
||||
comment_count:
|
||||
description: Comment count of this task. Only present when fetching tasks
|
||||
with the `expand` parameter set to `comment_count`.
|
||||
type: integer
|
||||
comments:
|
||||
description: All comments of this task. Only present when fetching tasks with
|
||||
the `expand` parameter set to `comments`.
|
||||
|
||||
Reference in New Issue
Block a user