From 20cd15fb9872950e3ab45b443faf8a04ac3c3c8e Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Tue, 21 Jan 2025 07:27:59 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 2 +- pkg/swagger/swagger.json | 2 +- pkg/swagger/swagger.yaml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 345c22bd9..22195250f 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -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" ], diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 478123263..6dceb872c 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.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" ], diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index dad71ca6c..c8583bd91 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -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