Plugin
Represents a plugin to this API.
Methods
Method | Authorization | Uri | Description |
---|---|---|---|
register | Access JSON User Web Token (ManagePlugin) | POST /plugin/register | Registers plugin. |
Resource Representation
{
"name": {string},
"description": {string},
"parameters": {object}
}
Property Name | Type | Description |
---|---|---|
name | string | Plugin name |
description | string | Plugin description |
parameters | object | Json object with parameters |
Updated almost 7 years ago