Update a project
Log in to add to favouritesPUT/api/management/projects/{projectId}
Parameter
Name | Parameter type | Type | Description |
---|---|---|---|
projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
Examples
Update a project
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.