1
0

[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2023-10-24 14:38:04 +00:00
committed by kolaente
parent a375223872
commit 1c416ae73e
3 changed files with 27 additions and 27 deletions

View File

@ -1898,7 +1898,7 @@
"application/json"
],
"tags": [
"task"
"project"
],
"summary": "Get all kanban buckets of a project",
"parameters": [
@ -1990,7 +1990,7 @@
"application/json"
],
"tags": [
"task"
"project"
],
"summary": "Create a new bucket",
"parameters": [
@ -2682,7 +2682,7 @@
"application/json"
],
"tags": [
"task"
"project"
],
"summary": "Update an existing bucket",
"parameters": [
@ -2751,7 +2751,7 @@
"application/json"
],
"tags": [
"task"
"project"
],
"summary": "Deletes an existing bucket",
"parameters": [
@ -7378,7 +7378,7 @@
"hex_color": {
"description": "The task color in hex",
"type": "string",
"maxLength": 6
"maxLength": 7
},
"id": {
"description": "The unique, numeric id of this task.",
@ -7528,9 +7528,9 @@
"type": "string"
},
"hex_color": {
"description": "The color this label has",
"description": "The color this label has in hex format.",
"type": "string",
"maxLength": 6
"maxLength": 7
},
"id": {
"description": "The unique, numeric id of this label.",
@ -7668,7 +7668,7 @@
"hex_color": {
"description": "The hex color of this project",
"type": "string",
"maxLength": 6
"maxLength": 7
},
"id": {
"description": "The unique, numeric id of this project.",
@ -7996,7 +7996,7 @@
"hex_color": {
"description": "The task color in hex",
"type": "string",
"maxLength": 6
"maxLength": 7
},
"id": {
"description": "The unique, numeric id of this task.",