Patch project template
Partially updates a project template. Only the fields present in the request body are updated; omitted fields retain their current values.
To clear a reference field (e.g. remove a client), send {"uid": null} for that field.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Project template UID
Body
Fields to update
Project name; omit to leave unchanged
255Note; omit to leave unchanged
4096Source language locale; omit to leave unchanged
Target language locales; omit to leave unchanged, empty list clears all
Template name; omit to leave unchanged
255Response
OK
Per-target-language provider assignments. Null when the template has workflow steps; use workflowSettings instead.
Date and time the template was created
Deprecated - use dateTimeModified field instead
"{ \"epochSeconds\": 1624619701, \"nano\": 0 }"
Date and time the template was last modified
Pattern used to generate project names when useDynamicTitle is true
Internal numeric identifier, encoded as a string
Name inherited from the source project the template was created from
Note inherited from the source project
Source language code, inherited from the project the template was created from. Cannot be set when creating a template.
Target language codes, inherited from the project the template was created from. Cannot be set when creating a template.
Name of the template
Unique identifier used in API paths
When true, generated project names use the dynamic title pattern
Per-workflow-step provider assignments and settings. Empty when the template has no workflow steps.
Workflow steps, inherited from the project the template was created from. Cannot be set when creating a template.