plugin
Post plugin
Create a plugin
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required string length:
1 - 20
Available options:
dashboard
, view
, contextMenu
, panel
Maximum length:
150
Maximum length:
3000
Example:
{
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": { "title": "插件标题", "description": "插件描述" }
}
Response
201 - application/json
Returns data about the plugin.
Available options:
dashboard
, view
, contextMenu
, panel
Available options:
developing
, reviewing
, published
Example:
{
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": { "title": "插件标题", "description": "插件描述" }
}