mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
func UpdateAnAccount() {
|
||||
userService := user.NewUserService(os.Getenv("MICRO_API_TOKEN"))
|
||||
rsp, err := userService.Update(&user.UpdateRequest{
|
||||
Email: "joeotheremail@example.com",
|
||||
Id: "usrid-1",
|
||||
Email: "joe+2@example.com",
|
||||
Id: "user-1",
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user