HTTP - Management
Create a project
Created by Contensis product team, last modified by s.yearsley on 25 Sep 2020
Creates a new project resource.
POST/api/management/projects/
Parameter
Name | Parameter type | Type | Format | Description | Required |
---|---|---|---|---|---|
Project | body | object | project | The project object to be created | true |
Example
POST: /api/management/projects/
{
"id": "movieDb",
"name": "Movie database",
"description": "A source of movie and TV series",
"primaryLanguage": "en-GB",
"supportedLanguage": [
"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.