Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 396 Bytes

File metadata and controls

27 lines (21 loc) · 396 Bytes
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);