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