mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Merge branch 'dev/daily-checklist' into 'development'
adjust validate patch daily checklist See merge request mbugroup/lti-api!143
This commit is contained in:
@@ -9,7 +9,7 @@ type Create struct {
|
|||||||
|
|
||||||
type Update struct {
|
type Update struct {
|
||||||
Status string `json:"status" validate:"required"`
|
Status string `json:"status" validate:"required"`
|
||||||
RejectReason *string `json:"reject_reason" validate:"required"`
|
RejectReason *string `json:"reject_reason"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Query struct {
|
type Query struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user