Ajouter update de membre.prefered_name
This commit is contained in:
parent
f1a4d190df
commit
b9044fa08d
4 changed files with 79 additions and 6 deletions
|
@ -44,6 +44,7 @@ var serverCmd = &cobra.Command{
|
|||
|
||||
e.GET("/v4/membres/:membre_id/", handlers.ReadMembre)
|
||||
e.POST("/v4/membres/", handlers.PostMembres)
|
||||
e.PUT("/v4/membres/:membre_id/prefered_name/", handlers.PutMembrePreferedName)
|
||||
|
||||
e.POST("/v4/programmes/", handlers.PostProgrammes)
|
||||
|
||||
|
|
Reference in a new issue