v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Termbase

Update Termbase

Updates the termbase. The termbase can be updated with a termbase template by providing the termbaseTemplateId or by providing a custom termbaseStructure.

If only a termbaseTemplateId was provided, the termbase will be updated using data from the template. If only a termbaseStructure was provided, the termbase will be updated using data from the structure. If both, termbaseTemplateId and termbaseStructure are added in the request, the termbaseStructure takes precedence.

put/termbases/{termbaseId}

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

namestring

The name of the termbase.

descriptionstring nullable

The description of the termbase.

copyrightstring nullable

The copyright of the termbase.

termbaseTemplateIdstring

The termbase template identifier.

Response

No Content