Răsfoiți Sursa

add name to schema

portersupport 4 ani în urmă
părinte
comite
fdbfdf406e
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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"`
 }