diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 5bdbdc73b46..f6b9f2ce299 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -1906,7 +1906,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "task" + "project" ], "summary": "Get all kanban buckets of a project", "parameters": [ @@ -1998,7 +1998,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "task" + "project" ], "summary": "Create a new bucket", "parameters": [ @@ -2690,7 +2690,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "task" + "project" ], "summary": "Update an existing bucket", "parameters": [ @@ -2759,7 +2759,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "task" + "project" ], "summary": "Deletes an existing bucket", "parameters": [ @@ -7386,7 +7386,7 @@ const docTemplate = `{ "hex_color": { "description": "The task color in hex", "type": "string", - "maxLength": 6 + "maxLength": 7 }, "id": { "description": "The unique, numeric id of this task.", @@ -7536,9 +7536,9 @@ const docTemplate = `{ "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.", @@ -7676,7 +7676,7 @@ const docTemplate = `{ "hex_color": { "description": "The hex color of this project", "type": "string", - "maxLength": 6 + "maxLength": 7 }, "id": { "description": "The unique, numeric id of this project.", @@ -8004,7 +8004,7 @@ const docTemplate = `{ "hex_color": { "description": "The task color in hex", "type": "string", - "maxLength": 6 + "maxLength": 7 }, "id": { "description": "The unique, numeric id of this task.", diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 7a752bb1ecb..d05f6534bec 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -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.", diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index a4b9cedd472..a92939a29d0 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -190,7 +190,7 @@ definitions: type: string hex_color: description: The task color in hex - maxLength: 6 + maxLength: 7 type: string id: description: The unique, numeric id of this task. @@ -317,8 +317,8 @@ definitions: description: The label description. type: string hex_color: - description: The color this label has - maxLength: 6 + description: The color this label has in hex format. + maxLength: 7 type: string id: description: The unique, numeric id of this label. @@ -429,7 +429,7 @@ definitions: type: integer hex_color: description: The hex color of this project - maxLength: 6 + maxLength: 7 type: string id: description: The unique, numeric id of this project. @@ -675,7 +675,7 @@ definitions: type: string hex_color: description: The task color in hex - maxLength: 6 + maxLength: 7 type: string id: description: The unique, numeric id of this task. @@ -2751,7 +2751,7 @@ paths: - JWTKeyAuth: [] summary: Get all kanban buckets of a project tags: - - task + - project put: consumes: - application/json @@ -2791,7 +2791,7 @@ paths: - JWTKeyAuth: [] summary: Create a new bucket tags: - - task + - project /projects/{id}/projectusers: get: consumes: @@ -3409,7 +3409,7 @@ paths: - JWTKeyAuth: [] summary: Deletes an existing bucket tags: - - task + - project post: consumes: - application/json @@ -3454,7 +3454,7 @@ paths: - JWTKeyAuth: [] summary: Update an existing bucket tags: - - task + - project /projects/{projectID}/duplicate: put: consumes: