[skip ci] Updated swagger docs
This commit is contained in:
parent
670a572def
commit
20cd15fb98
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue