[skip ci] Updated swagger docs
This commit is contained in:
parent
a375223872
commit
1c416ae73e
@ -1906,7 +1906,7 @@ const docTemplate = `{
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Get all kanban buckets of a project",
|
"summary": "Get all kanban buckets of a project",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -1998,7 +1998,7 @@ const docTemplate = `{
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Create a new bucket",
|
"summary": "Create a new bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -2690,7 +2690,7 @@ const docTemplate = `{
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Update an existing bucket",
|
"summary": "Update an existing bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -2759,7 +2759,7 @@ const docTemplate = `{
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Deletes an existing bucket",
|
"summary": "Deletes an existing bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -7386,7 +7386,7 @@ const docTemplate = `{
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The task color in hex",
|
"description": "The task color in hex",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this task.",
|
"description": "The unique, numeric id of this task.",
|
||||||
@ -7536,9 +7536,9 @@ const docTemplate = `{
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The color this label has",
|
"description": "The color this label has in hex format.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this label.",
|
"description": "The unique, numeric id of this label.",
|
||||||
@ -7676,7 +7676,7 @@ const docTemplate = `{
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The hex color of this project",
|
"description": "The hex color of this project",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this project.",
|
"description": "The unique, numeric id of this project.",
|
||||||
@ -8004,7 +8004,7 @@ const docTemplate = `{
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The task color in hex",
|
"description": "The task color in hex",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this task.",
|
"description": "The unique, numeric id of this task.",
|
||||||
|
@ -1898,7 +1898,7 @@
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Get all kanban buckets of a project",
|
"summary": "Get all kanban buckets of a project",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -1990,7 +1990,7 @@
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Create a new bucket",
|
"summary": "Create a new bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -2682,7 +2682,7 @@
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Update an existing bucket",
|
"summary": "Update an existing bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -2751,7 +2751,7 @@
|
|||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"task"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "Deletes an existing bucket",
|
"summary": "Deletes an existing bucket",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
@ -7378,7 +7378,7 @@
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The task color in hex",
|
"description": "The task color in hex",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this task.",
|
"description": "The unique, numeric id of this task.",
|
||||||
@ -7528,9 +7528,9 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The color this label has",
|
"description": "The color this label has in hex format.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this label.",
|
"description": "The unique, numeric id of this label.",
|
||||||
@ -7668,7 +7668,7 @@
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The hex color of this project",
|
"description": "The hex color of this project",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this project.",
|
"description": "The unique, numeric id of this project.",
|
||||||
@ -7996,7 +7996,7 @@
|
|||||||
"hex_color": {
|
"hex_color": {
|
||||||
"description": "The task color in hex",
|
"description": "The task color in hex",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 6
|
"maxLength": 7
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"description": "The unique, numeric id of this task.",
|
"description": "The unique, numeric id of this task.",
|
||||||
|
@ -190,7 +190,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
hex_color:
|
hex_color:
|
||||||
description: The task color in hex
|
description: The task color in hex
|
||||||
maxLength: 6
|
maxLength: 7
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
description: The unique, numeric id of this task.
|
description: The unique, numeric id of this task.
|
||||||
@ -317,8 +317,8 @@ definitions:
|
|||||||
description: The label description.
|
description: The label description.
|
||||||
type: string
|
type: string
|
||||||
hex_color:
|
hex_color:
|
||||||
description: The color this label has
|
description: The color this label has in hex format.
|
||||||
maxLength: 6
|
maxLength: 7
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
description: The unique, numeric id of this label.
|
description: The unique, numeric id of this label.
|
||||||
@ -429,7 +429,7 @@ definitions:
|
|||||||
type: integer
|
type: integer
|
||||||
hex_color:
|
hex_color:
|
||||||
description: The hex color of this project
|
description: The hex color of this project
|
||||||
maxLength: 6
|
maxLength: 7
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
description: The unique, numeric id of this project.
|
description: The unique, numeric id of this project.
|
||||||
@ -675,7 +675,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
hex_color:
|
hex_color:
|
||||||
description: The task color in hex
|
description: The task color in hex
|
||||||
maxLength: 6
|
maxLength: 7
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
description: The unique, numeric id of this task.
|
description: The unique, numeric id of this task.
|
||||||
@ -2751,7 +2751,7 @@ paths:
|
|||||||
- JWTKeyAuth: []
|
- JWTKeyAuth: []
|
||||||
summary: Get all kanban buckets of a project
|
summary: Get all kanban buckets of a project
|
||||||
tags:
|
tags:
|
||||||
- task
|
- project
|
||||||
put:
|
put:
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
@ -2791,7 +2791,7 @@ paths:
|
|||||||
- JWTKeyAuth: []
|
- JWTKeyAuth: []
|
||||||
summary: Create a new bucket
|
summary: Create a new bucket
|
||||||
tags:
|
tags:
|
||||||
- task
|
- project
|
||||||
/projects/{id}/projectusers:
|
/projects/{id}/projectusers:
|
||||||
get:
|
get:
|
||||||
consumes:
|
consumes:
|
||||||
@ -3409,7 +3409,7 @@ paths:
|
|||||||
- JWTKeyAuth: []
|
- JWTKeyAuth: []
|
||||||
summary: Deletes an existing bucket
|
summary: Deletes an existing bucket
|
||||||
tags:
|
tags:
|
||||||
- task
|
- project
|
||||||
post:
|
post:
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
@ -3454,7 +3454,7 @@ paths:
|
|||||||
- JWTKeyAuth: []
|
- JWTKeyAuth: []
|
||||||
summary: Update an existing bucket
|
summary: Update an existing bucket
|
||||||
tags:
|
tags:
|
||||||
- task
|
- project
|
||||||
/projects/{projectID}/duplicate:
|
/projects/{projectID}/duplicate:
|
||||||
put:
|
put:
|
||||||
consumes:
|
consumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user