3.6 KiB
\AppsApi
All URIs are relative to https://127.0.0.1:8080/v1
| Method | HTTP request | Description |
|---|---|---|
| AppsAppDelete | Delete /apps/{app} | Delete an app. |
| AppsAppGet | Get /apps/{app} | Get information for a app. |
| AppsAppPatch | Patch /apps/{app} | Updates an app. |
| AppsGet | Get /apps | Get all app names. |
| AppsPost | Post /apps | Post new app |
AppsAppDelete
AppsAppDelete($app)
Delete an app.
Delete an app.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| app | string | Name of the app. |
Return type
void (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsAppGet
AppWrapper AppsAppGet($app)
Get information for a app.
This gives more details about a app, such as statistics.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| app | string | name of the app. |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsAppPatch
AppWrapper AppsAppPatch($app, $body)
Updates an app.
You can set app level settings here.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| app | string | name of the app. | |
| body | AppWrapper | App to post. |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsGet
AppsWrapper AppsGet()
Get all app names.
Get a list of all the apps in the system.
Parameters
This endpoint does not need any parameter.
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsPost
AppWrapper AppsPost($body)
Post new app
Insert a new app
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| body | AppWrapper | App to post. |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]