---
title: "Update Termbase Template"
method: PUT
path: "/termbase-templates/{termbaseTemplateId}"
tags: ["Termbase Template"]
---

# Update Termbase Template

`PUT /termbase-templates/{termbaseTemplateId}`

Updates the termbase template.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- TermbaseTemplateUpdateRequest — The termbase template update request.
  - `name` string — The name of the Termbase template.
  - `description` string, nullable — The description of the Termbase template.
  - `copyright` string, nullable — The copyright of the Termbase template.
  - `languages` LanguageRequest[] — The languages of the termbase template.
    - `languageCode` string, required
  - `fields` TermbaseFieldUpdateRequest[]
    - `id` string — The identifier of the termbase field to updated. If missing will add a new field.
    - `name` string, required — The name of the termbase field. Must be unique.
    - `description` string, nullable — The description of the termbase field.
    - `level` 'entry' | 'language' | 'term', required — The level of which this field applies.
    - `dataType` 'text' | 'double' | 'date' | 'picklist' | 'boolean', required — The data type of the field.
    - `pickListValues` string[] — The pick list options. Only if dataType is "picklist".
    - `allowCustomValues` boolean — Specifies if the field allows custom values. Must be true if pickListValues is empty.
    - `allowMultiple` boolean — Specifies if the field can be used multiple times.
    - `isMandatory` boolean — Specifies if the field is mandatory.

## Response `204`

No Content

## Other responses

- `400` — Error codes: * "invalid": Invalid input in the query parameter mentioned in the “name” field on the error response. * "empty": Empty mandatory value mentioned in the "name" field on the error response. * "maxSize": Maximum size exceeded for the value mentioned in the "name" field on the error response. * "duplicate": The field name must be unique within the list.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": - The authenticated user is not allowed to update the termbase template. * "benefitNotAvailable": - Your subscription does not include access to the requested type of benefit.
- `409` — Error codes: * "duplicate": There is already a termbase template with the same name. * "conflict": cannot update system termbase template

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
