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

View File

@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**description** | **String** | The description of the application. |
**id** | **Integer** | The application id. |
**image** | **String** | The image of the application. |
**internal** | **Boolean** | Whether the application is an internal application. Internal applications should not be deleted. |
**name** | **String** | The application name. This is how the application should be displayed to the user. |
**token** | **String** | The application token. Can be used as `appToken`. See Authentication. |