Explorar o código

add name to schema

portersupport %!s(int64=4) %!d(string=hai) anos
pai
achega
fdbfdf406e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      api/types/user.go

+ 1 - 0
api/types/user.go

@@ -66,4 +66,5 @@ type WelcomeWebhookRequest struct {
 	IsCompany bool   `json:"isCompany" schema:"isCompany"`
 	Company   string `json:"company" schema:"company"`
 	Role      string `json:"role" schema:"role"`
+	Name	  string `json:"name" schema:"name"`
 }