Update swagger client

This commit is contained in:
Jannis Mattheis
2019-02-18 17:53:42 +01:00
parent d91c431988
commit 1280814425
27 changed files with 1433 additions and 393 deletions

18
client/docs/PluginConf.md Normal file
View 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]