docs: correct task comment endpoint description and title (#2498)

This commit is contained in:
j-hugo 2026-03-29 00:43:58 +01:00 committed by GitHub
parent ffb291c966
commit 23415c57aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,8 @@ func getTaskCommentSimple(s *xorm.Session, tc *TaskComment) error {
}
// ReadOne handles getting a single comment
// @Summary Remove a task comment
// @Description Remove a task comment. The user doing this need to have at least read access to the task this comment belongs to.
// @Summary Get a task comment
// @Description Get a task comment. The user doing this need to have at least read access to the task this comment belongs to.
// @tags task
// @Accept json
// @Produce json