19 lines
391 B
Plaintext
19 lines
391 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.security.updateUserProfileData({
|
|
uid: "u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0",
|
|
labels: {
|
|
direction: "east",
|
|
},
|
|
data: {
|
|
app1: {
|
|
theme: "default",
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|