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
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