[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-11-11 22:08:06 +00:00
parent 01a84dd2d5
commit a153fc8c25
3 changed files with 12 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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`.