Skip to main content
PATCH

Path Parameters

string
required
Unique identifier of the project to update.

Request Body

string
New name for the project.
string
Email of the new project manager. The manager must belong to the same company as the API key user.
string
ID of a translation glossary to be used for this project. Pass empty string to remove.
string
ID of a voices glossary to be used for this project. Pass empty string to remove.

Response

string
Unique project identifier.
string
Name of the project.
string
Current status of the project.
string | null
ID of the translation glossary, if any.
string | null
ID of the voices glossary, if any.
string | null
Project remarks, if any.
string | null
Client name, if specified.
string
URL to access the project in the web app.
string
ISO 8601 timestamp when the project was created.
string
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.