Skip to main content

Update a project

Updates an existing project resource.

update(project: Project): Promise<Project>

Returns

A Promise that will resolve with a Project object.

Example

JavaScript
client.projects.update({
    "description": "A source of movie and TV series in multiple languages",    
    "supportedLanguage": [
        "fr-FR",
        "de-DE",
        "en-US"
    ]
  })
  .then(result => {      
    console.log('API call result: ', result);              
  })
  .catch(error => {
    console.log('API call fetch error: ', error);      
});

Remarks

It is not possible to update the Id once you've created a project.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request