HTTP - Management
Removed from your favourites
Update a project
Created by Contensis product team, last modified by zengenti on 05 Aug 2021
Updates an existing project resource.
PUT/api/management/projects/{projectId}
Parameter
Name | Parameter type | Type | Description | Example | Required |
---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true |
Example
Update a project
JSON
PUT: /api/management/projects/movieDb
{
"id": "movieDb",
"name": "Movie database",
"description": null,
"primaryLanguage": "en-GB",
"supportedLanguages": [
"fr-FR",
"de-DE"
],
"color": "red"
}
Remarks
It is not possible to update the Id once you've created a project.