All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
get_host_config | GET /api/v3/config/host | |
get_host_config_by_id | GET /api/v3/config/host/{id} | |
update_host_config | PUT /api/v3/config/host/{id} |
models::HostConfigResource get_host_config()
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::HostConfigResource get_host_config_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::HostConfigResource update_host_config(id, host_config_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
host_config_resource | Option<HostConfigResource> |
- Content-Type: application/json, text/json, application/*+json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]