HTTP - Management
Removed from your favourites
Create a project
Created by Contensis product team, last modified by zengenti on 05 Aug 2021
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
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.