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

Parameter

NameParameter typeTypeDescription
projectId(required)pathstringThe project identifier found in the project overview screen of the management console.

Responses

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

Examples

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.

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