| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const term = {
labels: [
{
name: 'changedLabel',
languageTag: 'en-US',
isDefault: true
}
]
};
await client.api('/termStore/sets/{setId}/terms/{termId}')
.version('beta')
.update(term);