Fix typo in the teams api json spec

This commit is contained in:
Murat Kabilov 2017-05-11 15:59:39 +02:00
parent 24638de665
commit 28a74622d7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Team struct {
Id string `json:"id"`
TeamName string `json:"id_name"`
TeamId string `json:"team_id"`
Type string `json:"official"`
Type string `json:"type"`
FullName string `json:"name"`
Aliases []string `json:"alias"`
Mails []string `json:"mail"`