Version 7 #53
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ type MembreGETResponseData struct {
|
|||
Membre Membre `json:"membre"`
|
||||
}
|
||||
|
||||
type MembrePreferedNamePUTResponse struct {
|
||||
APIResponse
|
||||
}
|
||||
|
||||
type MembresGETResponse struct {
|
||||
APIResponse
|
||||
Data MembresGETResponseData `json:"data"`
|
||||
|
|
Loading…
Reference in a new issue