All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_download_client | POST /api/v3/downloadclient | |
create_download_client_action_by_name | POST /api/v3/downloadclient/action/{name} | |
delete_download_client | DELETE /api/v3/downloadclient/{id} | |
delete_download_client_bulk | DELETE /api/v3/downloadclient/bulk | |
get_download_client_by_id | GET /api/v3/downloadclient/{id} | |
list_download_client | GET /api/v3/downloadclient | |
list_download_client_schema | GET /api/v3/downloadclient/schema | |
put_download_client_bulk | PUT /api/v3/downloadclient/bulk | |
test_download_client | POST /api/v3/downloadclient/test | |
testall_download_client | POST /api/v3/downloadclient/testall | |
update_download_client | PUT /api/v3/downloadclient/{id} |
models::DownloadClientResource create_download_client(force_save, download_client_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
force_save | Option<bool> | [default to false] | ||
download_client_resource | Option<DownloadClientResource> |
models::DownloadClientResource
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
create_download_client_action_by_name(name, download_client_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | String | [required] | ||
download_client_resource | Option<DownloadClientResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_download_client(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_download_client_bulk(download_client_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
download_client_bulk_resource | Option<DownloadClientBulkResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DownloadClientResource get_download_client_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
models::DownloadClientResource
- 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]
Vecmodels::DownloadClientResource list_download_client()
This endpoint does not need any parameter.
Vecmodels::DownloadClientResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::DownloadClientResource list_download_client_schema()
This endpoint does not need any parameter.
Vecmodels::DownloadClientResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DownloadClientResource put_download_client_bulk(download_client_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
download_client_bulk_resource | Option<DownloadClientBulkResource> |
models::DownloadClientResource
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
test_download_client(force_test, download_client_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
force_test | Option<bool> | [default to false] | ||
download_client_resource | Option<DownloadClientResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
testall_download_client()
This endpoint does not need any parameter.
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DownloadClientResource update_download_client(id, force_save, download_client_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
force_save | Option<bool> | [default to false] | ||
download_client_resource | Option<DownloadClientResource> |
models::DownloadClientResource
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]