15 lines
520 B
Markdown
15 lines
520 B
Markdown
|
|
# Application
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**description** | **String** | The description of the application. |
|
|
**id** | **Integer** | The application id. |
|
|
**image** | **String** | The image of the application. |
|
|
**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. |
|
|
|
|
|
|
|