chore: generate swagger docs
This commit is contained in:
parent
0eb47096db
commit
e113fe34d0
3 changed files with 24 additions and 0 deletions
|
@ -7774,6 +7774,10 @@ const docTemplate = `{
|
||||||
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
||||||
"type": "integer"
|
"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": {
|
"created": {
|
||||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -8388,6 +8392,10 @@ const docTemplate = `{
|
||||||
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
||||||
"type": "integer"
|
"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": {
|
"created": {
|
||||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
@ -7765,6 +7765,10 @@
|
||||||
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
||||||
"type": "integer"
|
"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": {
|
"created": {
|
||||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -8379,6 +8383,10 @@
|
||||||
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
"description": "BucketID is the ID of the kanban bucket this task belongs to.",
|
||||||
"type": "integer"
|
"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": {
|
"created": {
|
||||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
@ -154,6 +154,10 @@ definitions:
|
||||||
bucket_id:
|
bucket_id:
|
||||||
description: BucketID is the ID of the kanban bucket this task belongs to.
|
description: BucketID is the ID of the kanban bucket this task belongs to.
|
||||||
type: integer
|
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:
|
created:
|
||||||
description: A timestamp when this task was created. You cannot change this
|
description: A timestamp when this task was created. You cannot change this
|
||||||
value.
|
value.
|
||||||
|
@ -676,6 +680,10 @@ definitions:
|
||||||
bucket_id:
|
bucket_id:
|
||||||
description: BucketID is the ID of the kanban bucket this task belongs to.
|
description: BucketID is the ID of the kanban bucket this task belongs to.
|
||||||
type: integer
|
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:
|
created:
|
||||||
description: A timestamp when this task was created. You cannot change this
|
description: A timestamp when this task was created. You cannot change this
|
||||||
value.
|
value.
|
||||||
|
|
Loading…
Reference in a new issue