sonarr 0.1.0

Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. Some functionality may only be available in v4 of the Sonarr application.
Documentation
# \ManualImportApi

All URIs are relative to *http://localhost:8989*

Method | HTTP request | Description
------------- | ------------- | -------------
[**create_manual_import**]ManualImportApi.md#create_manual_import | **POST** /api/v3/manualimport | 
[**list_manual_import**]ManualImportApi.md#list_manual_import | **GET** /api/v3/manualimport | 



## create_manual_import

> create_manual_import(manual_import_reprocess_resource)


### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**manual_import_reprocess_resource** | Option<[**Vec<models::ManualImportReprocessResource>**]ManualImportReprocessResource.md> |  |  |

### Return type

 (empty response body)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### HTTP request headers

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

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## list_manual_import

> Vec<models::ManualImportResource> list_manual_import(folder, download_id, series_id, season_number, filter_existing_files)


### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**folder** | Option<**String**> |  |  |
**download_id** | Option<**String**> |  |  |
**series_id** | Option<**i32**> |  |  |
**season_number** | Option<**i32**> |  |  |
**filter_existing_files** | Option<**bool**> |  |  |[default to true]

### Return type

[**Vec<models::ManualImportResource>**](ManualImportResource.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### HTTP request headers

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

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)