[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", "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.", "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", "name": "expand",
"in": "query" "in": "query"
@ -4241,6 +4245,10 @@ const docTemplate = `{
}, },
{ {
"type": "array", "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.", "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", "name": "expand",
"in": "query" "in": "query"

View File

@ -4124,6 +4124,10 @@
}, },
{ {
"type": "array", "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.", "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", "name": "expand",
"in": "query" "in": "query"
@ -4233,6 +4237,10 @@
}, },
{ {
"type": "array", "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.", "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", "name": "expand",
"in": "query" "in": "query"

View File

@ -4506,7 +4506,8 @@ paths:
name: id name: id
required: true required: true
type: integer 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. 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, 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 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 the first 50 comments of each task will be present in the response. You
can set this multiple times with different values. can set this multiple times with different values.
in: query in: query
items:
type: string
name: expand name: expand
type: array type: array
produces: produces:
@ -5440,7 +5443,8 @@ paths:
in: query in: query
name: filter_include_nulls name: filter_include_nulls
type: string 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. 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, 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 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 the first 50 comments of each task will be present in the response. You
can set this multiple times with different values. can set this multiple times with different values.
in: query in: query
items:
type: string
name: expand name: expand
type: array type: array
produces: produces: