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

Parameter

NameParameter typeTypeFormatDescriptionRequired
ProjectbodyobjectprojectThe project object to be createdtrue

Responses

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

Examples

JSON
1
2
3
4
5
6
7
8
9
10
11
12
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

Still need help?

New support request