[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2025-01-21 07:27:59 +00:00 committed by renovate
parent 670a572def
commit 20cd15fb98
3 changed files with 5 additions and 3 deletions

View File

@ -2430,7 +2430,7 @@ const docTemplate = `{
"JWTKeyAuth": []
}
],
"description": "Returns all tasks for the current project.",
"description": "Returns all tasks for the selected project. When the requested view is a kanban view, a list of buckets containing the tasks will be returned. Otherwise, a list of tasks will be returned.",
"consumes": [
"application/json"
],

View File

@ -2422,7 +2422,7 @@
"JWTKeyAuth": []
}
],
"description": "Returns all tasks for the current project.",
"description": "Returns all tasks for the selected project. When the requested view is a kanban view, a list of buckets containing the tasks will be returned. Otherwise, a list of tasks will be returned.",
"consumes": [
"application/json"
],

View File

@ -3337,7 +3337,9 @@ paths:
get:
consumes:
- application/json
description: Returns all tasks for the current project.
description: Returns all tasks for the selected project. When the requested
view is a kanban view, a list of buckets containing the tasks will be returned.
Otherwise, a list of tasks will be returned.
parameters:
- description: The project ID.
in: path