All URIs are relative to http://localhost:8989
Method | HTTP request | Description |
---|---|---|
get_download_client_config | GET /api/v3/config/downloadclient | |
get_download_client_config_by_id | GET /api/v3/config/downloadclient/{id} | |
update_download_client_config | PUT /api/v3/config/downloadclient/{id} |
models::DownloadClientConfigResource get_download_client_config()
This endpoint does not need any parameter.
models::DownloadClientConfigResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DownloadClientConfigResource get_download_client_config_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
models::DownloadClientConfigResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DownloadClientConfigResource update_download_client_config(id, download_client_config_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
download_client_config_resource | Option<DownloadClientConfigResource> |
models::DownloadClientConfigResource
- Content-Type: application/json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]