Files
elasticsearch-js/docs/doc_examples/32b7963c5cabbe9cc7d15da62f5edda9.asciidoc
2024-07-29 17:10:05 -05:00

19 lines
388 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: "west",
},
data: {
app1: {
font: "large",
},
},
});
console.log(response);
----