Files
gotify-android-client/client/docs/Application.md
Jannis Mattheis 4edaa1943f Update client
2020-07-13 19:41:39 +02:00

16 lines
646 B
Markdown

# Application
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | The description of the application. |
**id** | **Long** | 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. |