mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
adjust validation select phase
This commit is contained in:
@@ -29,7 +29,7 @@ type Query struct {
|
||||
}
|
||||
|
||||
type AssignPhases struct {
|
||||
PhaseIDs string `json:"phase_ids" validate:"required"`
|
||||
PhaseIDs string `json:"phase_ids" validate:"omitempty"`
|
||||
}
|
||||
|
||||
type AssignTask struct {
|
||||
|
||||
Reference in New Issue
Block a user