Skip to main content
PUT/api/management/projects/{projectId}

Parameter

NameParameter typeTypeDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue

Responses

HTTP status codeReasonModel
200SuccessProject
401UnauthorizedError
403ForbiddenError
404Project not foundError
422Validation errorError
500Internal server errorError

Examples

Update a project

JSON
1
2
3
4
5
6
7
8
9
10
11
12
PUT: /api/management/projects/movieDb { "id": "movieDb", "name": "Movie database", "description": null, "primaryLanguage": "en-GB", "supportedLanguages": [ "fr-FR", "de-DE" ], "color": "red" }

Remarks

Still need help?

New support request