feat(tester): add UpdateContest endpoint
This commit is contained in:
parent
2bc625363d
commit
e1720e7f82
8 changed files with 45 additions and 1 deletions
|
@ -15,3 +15,7 @@ type ContestsListItem struct {
|
|||
CreatedAt time.Time `db:"created_at"`
|
||||
UpdatedAt time.Time `db:"updated_at"`
|
||||
}
|
||||
|
||||
type ContestUpdate struct {
|
||||
Title *string `json:"title"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue