From e53fcd3367b5ddf7d1b564035e80225c072ede5d Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Wed, 20 Mar 2024 08:35:16 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 4 ---- pkg/swagger/swagger.json | 4 ---- pkg/swagger/swagger.yaml | 5 ----- 3 files changed, 13 deletions(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index b440defc3..9cb028c96 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -8178,10 +8178,6 @@ const docTemplate = `{ "description": "The description of the project.", "type": "string" }, - "done_bucket_id": { - "description": "Deprecated: If tasks are moved to the done bucket, they are marked as done. If they are marked as done individually, they are moved into the done bucket.", - "type": "integer" - }, "hex_color": { "description": "The hex color of this project", "type": "string", diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 2d65ab7d1..e9f879e7d 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -8170,10 +8170,6 @@ "description": "The description of the project.", "type": "string" }, - "done_bucket_id": { - "description": "Deprecated: If tasks are moved to the done bucket, they are marked as done. If they are marked as done individually, they are moved into the done bucket.", - "type": "integer" - }, "hex_color": { "description": "The hex color of this project", "type": "string", diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index a077d6cf7..dfa46886e 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -431,11 +431,6 @@ definitions: description: description: The description of the project. type: string - done_bucket_id: - description: 'Deprecated: If tasks are moved to the done bucket, they are - marked as done. If they are marked as done individually, they are moved - into the done bucket.' - type: integer hex_color: description: The hex color of this project maxLength: 7