Projects
Update Project
Update basic information of an existing project
PATCH
Path Parameters
Unique identifier of the project to update.
Request Body
New name for the project.
Email of the new project manager. The manager must belong to the same company as the API key user.
ID of a translation glossary to be used for this project. Pass empty string to remove.
ID of a voices glossary to be used for this project. Pass empty string to remove.
Response
Unique project identifier.
Name of the project.
Current status of the project.
ID of the translation glossary, if any.
ID of the voices glossary, if any.
Project remarks, if any.
Client name, if specified.
URL to access the project in the web app.
ISO 8601 timestamp when the project was created.
ISO 8601 timestamp when the project was last updated.
Notes
This endpoint updates only basic project information. Videos can be managed using separate video management endpoints.
The
managerEmail must be a user from the same company as the API key owner. If not provided, the API key owner becomes the project manager.Translation and voices glossaries must exist and be accessible to your organization if provided. Pass an empty string to remove an existing glossary assignment.