We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016aa72 commit d067b1dCopy full SHA for d067b1d
modules/structs/project.go
@@ -25,11 +25,11 @@ type UpdateProjectPayload struct {
25
26
// swagger:model
27
type Project struct {
28
- ID int64 `json:"id"`
29
- Title string `json:"title"`
30
- Description string `json:"description"`
31
- BoardType uint8 `json:"board_type"`
32
- IsClosed bool `json:"is_closed"`
+ ID int64 `json:"id"`
+ Title string `json:"title"`
+ Description string `json:"description"`
+ TemplateType uint8 `json:"board_type"`
+ IsClosed bool `json:"is_closed"`
33
// swagger:strfmt date-time
34
Created time.Time `json:"created_at"`
35
0 commit comments