Sfoglia il codice sorgente

add name to schema

portersupport 4 anni fa
parent
commit
fdbfdf406e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"`
 }