[skip ci] Updated swagger docs
This commit is contained in:
parent
23415c57aa
commit
fa2dc8f918
|
|
@ -5094,7 +5094,7 @@ const docTemplate = `{
|
|||
"JWTKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Remove a task comment. The user doing this need to have at least read access to the task this comment belongs to.",
|
||||
"description": "Get a task comment. The user doing this need to have at least read access to the task this comment belongs to.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
|
|
@ -5104,7 +5104,7 @@ const docTemplate = `{
|
|||
"tags": [
|
||||
"task"
|
||||
],
|
||||
"summary": "Remove a task comment",
|
||||
"summary": "Get a task comment",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
|
|
|
|||
|
|
@ -5086,7 +5086,7 @@
|
|||
"JWTKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Remove a task comment. The user doing this need to have at least read access to the task this comment belongs to.",
|
||||
"description": "Get a task comment. The user doing this need to have at least read access to the task this comment belongs to.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
|
|
@ -5096,7 +5096,7 @@
|
|||
"tags": [
|
||||
"task"
|
||||
],
|
||||
"summary": "Remove a task comment",
|
||||
"summary": "Get a task comment",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
|
|
|
|||
|
|
@ -5227,8 +5227,8 @@ paths:
|
|||
get:
|
||||
consumes:
|
||||
- application/json
|
||||
description: Remove a task comment. The user doing this need to have at least
|
||||
read access to the task this comment belongs to.
|
||||
description: Get a task comment. The user doing this need to have at least read
|
||||
access to the task this comment belongs to.
|
||||
parameters:
|
||||
- description: Task ID
|
||||
in: path
|
||||
|
|
@ -5261,7 +5261,7 @@ paths:
|
|||
$ref: '#/definitions/models.Message'
|
||||
security:
|
||||
- JWTKeyAuth: []
|
||||
summary: Remove a task comment
|
||||
summary: Get a task comment
|
||||
tags:
|
||||
- task
|
||||
post:
|
||||
|
|
|
|||
Loading…
Reference in New Issue