[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-03-28 23:53:53 +00:00
parent 23415c57aa
commit fa2dc8f918
3 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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: