All URIs are relative to http://localhost:9696
Method | HTTP request | Description |
---|---|---|
get_ui_config | GET /api/v1/config/ui | |
get_ui_config_by_id | GET /api/v1/config/ui/{id} | |
update_ui_config | PUT /api/v1/config/ui/{id} |
models::UiConfigResource get_ui_config()
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::UiConfigResource get_ui_config_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::UiConfigResource update_ui_config(id, ui_config_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
ui_config_resource | Option<UiConfigResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]