Create a project
Log in to add to favouritesPage last updated 05 August 2021
POST/api/management/projects/
Parameter
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| Project(required) | body | object | project | The project object to be created |
Responses
Examples
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.