POST projects
Create project of specified platform
- Details described here
platform
(required) - Platform of projects. Currently, only supportmagento
name
(required) - Name of the project such asGlasses
locale
(optional) - Base language of the project such asfr-FR
, defaulten-US
, please refer to GET locales
Request
POST https://plugin.api.onesky.io/1/projects
Response
{
"project":
{
"id": 8777,
"name": "Glasses",
"platform": "Magento",
"base_language": {
"code": "ja-JP",
"english_name": "Japanese",
"local_name": "日本語",
"locale": "ja",
"region" : "JP"
}
}
}