mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 03:25:32 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -4,8 +4,8 @@ const { UserService } = require("m3o/user");
|
||||
async function updateAnAccount() {
|
||||
let userService = new UserService(process.env.MICRO_API_TOKEN);
|
||||
let rsp = await userService.update({
|
||||
email: "joeotheremail@example.com",
|
||||
id: "usrid-1",
|
||||
email: "joe+2@example.com",
|
||||
id: "user-1",
|
||||
});
|
||||
console.log(rsp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user