Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 363 Bytes

File metadata and controls

27 lines (21 loc) · 363 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const term = {
  labels: [
    {
      languageTag: 'en-US',
      name: 'Car',
      isDefault: true
    }
  ]
};

await client.api('/termStore/sets/{setId}/children')
	.version('beta')
	.post(term);