Skip to main content
POST/api/management/projects/

Parameter

NameParameter typeTypeFormatDescription
Project(required)bodyobjectprojectThe project object to be created

Responses

HTTP status codeReasonModel
201CreatedProject
401UnauthorizedError
403ForbiddenError
409Resource already existsError
422Validation errorError
500Internal server errorError

Examples

JSON
POST: /api/management/projects/

{
    "id": "movieDb",
    "name": "Movie database",
    "description": "A source of movie and TV series",
    "primaryLanguage": "en-GB",
    "supportedLanguages": [
        "fr-FR",
        "de-DE"
    ]
}

Remarks

If the primaryLanguage value is not included in the supportedLanguages array then it will automatically be added by the service when the project is created.

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