plugin
Put plugin
Update a plugin
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
dashboard
, view
, contextMenu
, panel
Maximum length:
150
Maximum length:
3000
Example:
{
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": { "title": "插件标题", "description": "插件描述" }
}
Response
200 - 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": "插件描述" }
}