[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-06-10 11:21:02 +00:00
parent f070268c30
commit 191125e122
3 changed files with 24 additions and 2 deletions

View File

@@ -4132,6 +4132,10 @@ const docTemplate = `{
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "csv",
"description": "If set to ` + "`" + `subtasks` + "`" + `, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to ` + "`" + `buckets` + "`" + `, the buckets of each task will be present in the response. If set to ` + "`" + `reactions` + "`" + `, the reactions of each task will be present in the response. If set to ` + "`" + `comments` + "`" + `, the first 50 comments of each task will be present in the response. You can set this multiple times with different values.",
"name": "expand",
"in": "query"
@@ -4241,6 +4245,10 @@ const docTemplate = `{
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "csv",
"description": "If set to ` + "`" + `subtasks` + "`" + `, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to ` + "`" + `buckets` + "`" + `, the buckets of each task will be present in the response. If set to ` + "`" + `reactions` + "`" + `, the reactions of each task will be present in the response. If set to ` + "`" + `comments` + "`" + `, the first 50 comments of each task will be present in the response. You can set this multiple times with different values.",
"name": "expand",
"in": "query"

View File

@@ -4124,6 +4124,10 @@
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "csv",
"description": "If set to `subtasks`, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to `buckets`, the buckets of each task will be present in the response. If set to `reactions`, the reactions of each task will be present in the response. If set to `comments`, the first 50 comments of each task will be present in the response. You can set this multiple times with different values.",
"name": "expand",
"in": "query"
@@ -4233,6 +4237,10 @@
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "csv",
"description": "If set to `subtasks`, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to `buckets`, the buckets of each task will be present in the response. If set to `reactions`, the reactions of each task will be present in the response. If set to `comments`, the first 50 comments of each task will be present in the response. You can set this multiple times with different values.",
"name": "expand",
"in": "query"

View File

@@ -4506,7 +4506,8 @@ paths:
name: id
required: true
type: integer
- description: If set to `subtasks`, Vikunja will fetch only tasks which do
- collectionFormat: csv
description: If set to `subtasks`, Vikunja will fetch only tasks which do
not have subtasks and then in a second step, will fetch all of these subtasks.
This may result in more tasks than the pagination limit being returned,
but all subtasks will be present in the response. If set to `buckets`, the
@@ -4515,6 +4516,8 @@ paths:
the first 50 comments of each task will be present in the response. You
can set this multiple times with different values.
in: query
items:
type: string
name: expand
type: array
produces:
@@ -5440,7 +5443,8 @@ paths:
in: query
name: filter_include_nulls
type: string
- description: If set to `subtasks`, Vikunja will fetch only tasks which do
- collectionFormat: csv
description: If set to `subtasks`, Vikunja will fetch only tasks which do
not have subtasks and then in a second step, will fetch all of these subtasks.
This may result in more tasks than the pagination limit being returned,
but all subtasks will be present in the response. If set to `buckets`, the
@@ -5449,6 +5453,8 @@ paths:
the first 50 comments of each task will be present in the response. You
can set this multiple times with different values.
in: query
items:
type: string
name: expand
type: array
produces: