Update swagger client
This commit is contained in:
18
client/docs/PluginConf.md
Normal file
18
client/docs/PluginConf.md
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
# PluginConf
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**author** | **String** | The author of the plugin. | [optional]
|
||||
**capabilities** | **List<String>** | Capabilities the plugin provides |
|
||||
**enabled** | **Boolean** | Whether the plugin instance is enabled. |
|
||||
**id** | **Integer** | The plugin id. |
|
||||
**license** | **String** | The license of the plugin. | [optional]
|
||||
**modulePath** | **String** | The module path of the plugin. |
|
||||
**name** | **String** | The plugin name. |
|
||||
**token** | **String** | The user name. For login. |
|
||||
**website** | **String** | The website of the plugin. | [optional]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user