chore: generate swagger docs
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user