v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Project Template

Update Project Template

Updates a project template by id.

For detailed information about Translation Memory advanced configuration including filters and field updates, see Translation Memory Advanced Configuration.

put/project-templates/{projectTemplateId}

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 project template name.

descriptionstring

The project description.

Example request

{
  "settings": {
    "translationMemorySettings": {
      "filters": {
        "hardFilter": {
          "expression": "(NOT \"TU confirmation level\" = \"Not Translated\" OR \"Last modified on\" > 2024-02-29T10:00:00.000Z\") AND \"Source segment length\" >= 10"
        }
      }
    }
  }
}

Response

No Content