From e113fe34d074f698f4b0cb237821f359976daa5c Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 2 Oct 2022 13:45:29 +0200 Subject: [PATCH] chore: generate swagger docs --- pkg/swagger/docs.go | 8 ++++++++ pkg/swagger/swagger.json | 8 ++++++++ pkg/swagger/swagger.yaml | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index d7a0e6b32b0..793bd1f76c9 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -7774,6 +7774,10 @@ const docTemplate = `{ "description": "BucketID is the ID of the kanban bucket this task belongs to.", "type": "integer" }, + "cover_image_attachment_id": { + "description": "If this task has a cover image, the field will return the id of the attachment that is the cover image.", + "type": "integer" + }, "created": { "description": "A timestamp when this task was created. You cannot change this value.", "type": "string" @@ -8388,6 +8392,10 @@ const docTemplate = `{ "description": "BucketID is the ID of the kanban bucket this task belongs to.", "type": "integer" }, + "cover_image_attachment_id": { + "description": "If this task has a cover image, the field will return the id of the attachment that is the cover image.", + "type": "integer" + }, "created": { "description": "A timestamp when this task was created. You cannot change this value.", "type": "string" diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 19a08ceae5a..e0fe3b3a250 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -7765,6 +7765,10 @@ "description": "BucketID is the ID of the kanban bucket this task belongs to.", "type": "integer" }, + "cover_image_attachment_id": { + "description": "If this task has a cover image, the field will return the id of the attachment that is the cover image.", + "type": "integer" + }, "created": { "description": "A timestamp when this task was created. You cannot change this value.", "type": "string" @@ -8379,6 +8383,10 @@ "description": "BucketID is the ID of the kanban bucket this task belongs to.", "type": "integer" }, + "cover_image_attachment_id": { + "description": "If this task has a cover image, the field will return the id of the attachment that is the cover image.", + "type": "integer" + }, "created": { "description": "A timestamp when this task was created. You cannot change this value.", "type": "string" diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index c5cb34ceed4..9edbb387fa5 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -154,6 +154,10 @@ definitions: bucket_id: description: BucketID is the ID of the kanban bucket this task belongs to. type: integer + cover_image_attachment_id: + description: If this task has a cover image, the field will return the id + of the attachment that is the cover image. + type: integer created: description: A timestamp when this task was created. You cannot change this value. @@ -676,6 +680,10 @@ definitions: bucket_id: description: BucketID is the ID of the kanban bucket this task belongs to. type: integer + cover_image_attachment_id: + description: If this task has a cover image, the field will return the id + of the attachment that is the cover image. + type: integer created: description: A timestamp when this task was created. You cannot change this value.