Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 2.8 KB

DownloadClientConfigApi.md

File metadata and controls

93 lines (48 loc) · 2.8 KB

\DownloadClientConfigApi

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}

get_download_client_config

models::DownloadClientConfigResource get_download_client_config()

Parameters

This endpoint does not need any parameter.

Return type

models::DownloadClientConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_download_client_config_by_id

models::DownloadClientConfigResource get_download_client_config_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::DownloadClientConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

update_download_client_config

models::DownloadClientConfigResource update_download_client_config(id, download_client_config_resource)

Parameters

Name Type Description Required Notes
id String [required]
download_client_config_resource Option<DownloadClientConfigResource>

Return type

models::DownloadClientConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • 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]