docs(api/v2): tag bulk assignee fields for the v2 schema

This commit is contained in:
kolaente 2026-06-09 21:08:06 +02:00 committed by kolaente
parent cb0d24dae1
commit 732cd115a5
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ func (la *TaskAssginee) ReadAll(s *xorm.Session, a web.Auth, search string, page
// BulkAssignees is a helper struct used to update multiple assignees at once.
type BulkAssignees struct {
// A project with all assignees
Assignees []*user.User `json:"assignees"`
Assignees []*user.User `json:"assignees" doc:"The full set of users to assign to the task. This replaces the task's current assignees: users not in this list are unassigned. Pass an empty array to unassign everyone. Each user must have access to the task's project."`
TaskID int64 `json:"-" param:"projecttask"`
web.CRUDable `json:"-"`