# Rust API client for openapi 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. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 3.0.0 - Package version: 3.0.0 - Generator version: 7.7.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Add the following to `Cargo.toml` under `[dependencies]`: ``` sonarr-api-rs = "*" ``` ## Documentation for API Endpoints All URIs are relative to *http://localhost:8989* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *ApiInfoApi* | [**api_get**](docs/ApiInfoApi.md#api_get) | **GET** /api | *AuthenticationApi* | [**login_post**](docs/AuthenticationApi.md#login_post) | **POST** /login | *AuthenticationApi* | [**logout_get**](docs/AuthenticationApi.md#logout_get) | **GET** /logout | *AutoTaggingApi* | [**api_v3_autotagging_get**](docs/AutoTaggingApi.md#api_v3_autotagging_get) | **GET** /api/v3/autotagging | *AutoTaggingApi* | [**api_v3_autotagging_id_delete**](docs/AutoTaggingApi.md#api_v3_autotagging_id_delete) | **DELETE** /api/v3/autotagging/{id} | *AutoTaggingApi* | [**api_v3_autotagging_id_get**](docs/AutoTaggingApi.md#api_v3_autotagging_id_get) | **GET** /api/v3/autotagging/{id} | *AutoTaggingApi* | [**api_v3_autotagging_id_put**](docs/AutoTaggingApi.md#api_v3_autotagging_id_put) | **PUT** /api/v3/autotagging/{id} | *AutoTaggingApi* | [**api_v3_autotagging_post**](docs/AutoTaggingApi.md#api_v3_autotagging_post) | **POST** /api/v3/autotagging | *AutoTaggingApi* | [**api_v3_autotagging_schema_get**](docs/AutoTaggingApi.md#api_v3_autotagging_schema_get) | **GET** /api/v3/autotagging/schema | *BackupApi* | [**api_v3_system_backup_get**](docs/BackupApi.md#api_v3_system_backup_get) | **GET** /api/v3/system/backup | *BackupApi* | [**api_v3_system_backup_id_delete**](docs/BackupApi.md#api_v3_system_backup_id_delete) | **DELETE** /api/v3/system/backup/{id} | *BackupApi* | [**api_v3_system_backup_restore_id_post**](docs/BackupApi.md#api_v3_system_backup_restore_id_post) | **POST** /api/v3/system/backup/restore/{id} | *BackupApi* | [**api_v3_system_backup_restore_upload_post**](docs/BackupApi.md#api_v3_system_backup_restore_upload_post) | **POST** /api/v3/system/backup/restore/upload | *BlocklistApi* | [**api_v3_blocklist_bulk_delete**](docs/BlocklistApi.md#api_v3_blocklist_bulk_delete) | **DELETE** /api/v3/blocklist/bulk | *BlocklistApi* | [**api_v3_blocklist_get**](docs/BlocklistApi.md#api_v3_blocklist_get) | **GET** /api/v3/blocklist | *BlocklistApi* | [**api_v3_blocklist_id_delete**](docs/BlocklistApi.md#api_v3_blocklist_id_delete) | **DELETE** /api/v3/blocklist/{id} | *CalendarApi* | [**api_v3_calendar_get**](docs/CalendarApi.md#api_v3_calendar_get) | **GET** /api/v3/calendar | *CalendarApi* | [**api_v3_calendar_id_get**](docs/CalendarApi.md#api_v3_calendar_id_get) | **GET** /api/v3/calendar/{id} | *CalendarFeedApi* | [**feed_v3_calendar_sonarr_ics_get**](docs/CalendarFeedApi.md#feed_v3_calendar_sonarr_ics_get) | **GET** /feed/v3/calendar/sonarr.ics | *CommandApi* | [**api_v3_command_get**](docs/CommandApi.md#api_v3_command_get) | **GET** /api/v3/command | *CommandApi* | [**api_v3_command_id_delete**](docs/CommandApi.md#api_v3_command_id_delete) | **DELETE** /api/v3/command/{id} | *CommandApi* | [**api_v3_command_id_get**](docs/CommandApi.md#api_v3_command_id_get) | **GET** /api/v3/command/{id} | *CommandApi* | [**api_v3_command_post**](docs/CommandApi.md#api_v3_command_post) | **POST** /api/v3/command | *CustomFilterApi* | [**api_v3_customfilter_get**](docs/CustomFilterApi.md#api_v3_customfilter_get) | **GET** /api/v3/customfilter | *CustomFilterApi* | [**api_v3_customfilter_id_delete**](docs/CustomFilterApi.md#api_v3_customfilter_id_delete) | **DELETE** /api/v3/customfilter/{id} | *CustomFilterApi* | [**api_v3_customfilter_id_get**](docs/CustomFilterApi.md#api_v3_customfilter_id_get) | **GET** /api/v3/customfilter/{id} | *CustomFilterApi* | [**api_v3_customfilter_id_put**](docs/CustomFilterApi.md#api_v3_customfilter_id_put) | **PUT** /api/v3/customfilter/{id} | *CustomFilterApi* | [**api_v3_customfilter_post**](docs/CustomFilterApi.md#api_v3_customfilter_post) | **POST** /api/v3/customfilter | *CustomFormatApi* | [**api_v3_customformat_get**](docs/CustomFormatApi.md#api_v3_customformat_get) | **GET** /api/v3/customformat | *CustomFormatApi* | [**api_v3_customformat_id_delete**](docs/CustomFormatApi.md#api_v3_customformat_id_delete) | **DELETE** /api/v3/customformat/{id} | *CustomFormatApi* | [**api_v3_customformat_id_get**](docs/CustomFormatApi.md#api_v3_customformat_id_get) | **GET** /api/v3/customformat/{id} | *CustomFormatApi* | [**api_v3_customformat_id_put**](docs/CustomFormatApi.md#api_v3_customformat_id_put) | **PUT** /api/v3/customformat/{id} | *CustomFormatApi* | [**api_v3_customformat_post**](docs/CustomFormatApi.md#api_v3_customformat_post) | **POST** /api/v3/customformat | *CustomFormatApi* | [**api_v3_customformat_schema_get**](docs/CustomFormatApi.md#api_v3_customformat_schema_get) | **GET** /api/v3/customformat/schema | *CutoffApi* | [**api_v3_wanted_cutoff_get**](docs/CutoffApi.md#api_v3_wanted_cutoff_get) | **GET** /api/v3/wanted/cutoff | *CutoffApi* | [**api_v3_wanted_cutoff_id_get**](docs/CutoffApi.md#api_v3_wanted_cutoff_id_get) | **GET** /api/v3/wanted/cutoff/{id} | *DelayProfileApi* | [**api_v3_delayprofile_get**](docs/DelayProfileApi.md#api_v3_delayprofile_get) | **GET** /api/v3/delayprofile | *DelayProfileApi* | [**api_v3_delayprofile_id_delete**](docs/DelayProfileApi.md#api_v3_delayprofile_id_delete) | **DELETE** /api/v3/delayprofile/{id} | *DelayProfileApi* | [**api_v3_delayprofile_id_get**](docs/DelayProfileApi.md#api_v3_delayprofile_id_get) | **GET** /api/v3/delayprofile/{id} | *DelayProfileApi* | [**api_v3_delayprofile_id_put**](docs/DelayProfileApi.md#api_v3_delayprofile_id_put) | **PUT** /api/v3/delayprofile/{id} | *DelayProfileApi* | [**api_v3_delayprofile_post**](docs/DelayProfileApi.md#api_v3_delayprofile_post) | **POST** /api/v3/delayprofile | *DelayProfileApi* | [**api_v3_delayprofile_reorder_id_put**](docs/DelayProfileApi.md#api_v3_delayprofile_reorder_id_put) | **PUT** /api/v3/delayprofile/reorder/{id} | *DiskSpaceApi* | [**api_v3_diskspace_get**](docs/DiskSpaceApi.md#api_v3_diskspace_get) | **GET** /api/v3/diskspace | *DownloadClientApi* | [**api_v3_downloadclient_action_name_post**](docs/DownloadClientApi.md#api_v3_downloadclient_action_name_post) | **POST** /api/v3/downloadclient/action/{name} | *DownloadClientApi* | [**api_v3_downloadclient_bulk_delete**](docs/DownloadClientApi.md#api_v3_downloadclient_bulk_delete) | **DELETE** /api/v3/downloadclient/bulk | *DownloadClientApi* | [**api_v3_downloadclient_bulk_put**](docs/DownloadClientApi.md#api_v3_downloadclient_bulk_put) | **PUT** /api/v3/downloadclient/bulk | *DownloadClientApi* | [**api_v3_downloadclient_get**](docs/DownloadClientApi.md#api_v3_downloadclient_get) | **GET** /api/v3/downloadclient | *DownloadClientApi* | [**api_v3_downloadclient_id_delete**](docs/DownloadClientApi.md#api_v3_downloadclient_id_delete) | **DELETE** /api/v3/downloadclient/{id} | *DownloadClientApi* | [**api_v3_downloadclient_id_get**](docs/DownloadClientApi.md#api_v3_downloadclient_id_get) | **GET** /api/v3/downloadclient/{id} | *DownloadClientApi* | [**api_v3_downloadclient_id_put**](docs/DownloadClientApi.md#api_v3_downloadclient_id_put) | **PUT** /api/v3/downloadclient/{id} | *DownloadClientApi* | [**api_v3_downloadclient_post**](docs/DownloadClientApi.md#api_v3_downloadclient_post) | **POST** /api/v3/downloadclient | *DownloadClientApi* | [**api_v3_downloadclient_schema_get**](docs/DownloadClientApi.md#api_v3_downloadclient_schema_get) | **GET** /api/v3/downloadclient/schema | *DownloadClientApi* | [**api_v3_downloadclient_test_post**](docs/DownloadClientApi.md#api_v3_downloadclient_test_post) | **POST** /api/v3/downloadclient/test | *DownloadClientApi* | [**api_v3_downloadclient_testall_post**](docs/DownloadClientApi.md#api_v3_downloadclient_testall_post) | **POST** /api/v3/downloadclient/testall | *DownloadClientConfigApi* | [**api_v3_config_downloadclient_get**](docs/DownloadClientConfigApi.md#api_v3_config_downloadclient_get) | **GET** /api/v3/config/downloadclient | *DownloadClientConfigApi* | [**api_v3_config_downloadclient_id_get**](docs/DownloadClientConfigApi.md#api_v3_config_downloadclient_id_get) | **GET** /api/v3/config/downloadclient/{id} | *DownloadClientConfigApi* | [**api_v3_config_downloadclient_id_put**](docs/DownloadClientConfigApi.md#api_v3_config_downloadclient_id_put) | **PUT** /api/v3/config/downloadclient/{id} | *EpisodeApi* | [**api_v3_episode_get**](docs/EpisodeApi.md#api_v3_episode_get) | **GET** /api/v3/episode | *EpisodeApi* | [**api_v3_episode_id_get**](docs/EpisodeApi.md#api_v3_episode_id_get) | **GET** /api/v3/episode/{id} | *EpisodeApi* | [**api_v3_episode_id_put**](docs/EpisodeApi.md#api_v3_episode_id_put) | **PUT** /api/v3/episode/{id} | *EpisodeApi* | [**api_v3_episode_monitor_put**](docs/EpisodeApi.md#api_v3_episode_monitor_put) | **PUT** /api/v3/episode/monitor | *EpisodeFileApi* | [**api_v3_episodefile_bulk_delete**](docs/EpisodeFileApi.md#api_v3_episodefile_bulk_delete) | **DELETE** /api/v3/episodefile/bulk | *EpisodeFileApi* | [**api_v3_episodefile_bulk_put**](docs/EpisodeFileApi.md#api_v3_episodefile_bulk_put) | **PUT** /api/v3/episodefile/bulk | *EpisodeFileApi* | [**api_v3_episodefile_editor_put**](docs/EpisodeFileApi.md#api_v3_episodefile_editor_put) | **PUT** /api/v3/episodefile/editor | *EpisodeFileApi* | [**api_v3_episodefile_get**](docs/EpisodeFileApi.md#api_v3_episodefile_get) | **GET** /api/v3/episodefile | *EpisodeFileApi* | [**api_v3_episodefile_id_delete**](docs/EpisodeFileApi.md#api_v3_episodefile_id_delete) | **DELETE** /api/v3/episodefile/{id} | *EpisodeFileApi* | [**api_v3_episodefile_id_get**](docs/EpisodeFileApi.md#api_v3_episodefile_id_get) | **GET** /api/v3/episodefile/{id} | *EpisodeFileApi* | [**api_v3_episodefile_id_put**](docs/EpisodeFileApi.md#api_v3_episodefile_id_put) | **PUT** /api/v3/episodefile/{id} | *FileSystemApi* | [**api_v3_filesystem_get**](docs/FileSystemApi.md#api_v3_filesystem_get) | **GET** /api/v3/filesystem | *FileSystemApi* | [**api_v3_filesystem_mediafiles_get**](docs/FileSystemApi.md#api_v3_filesystem_mediafiles_get) | **GET** /api/v3/filesystem/mediafiles | *FileSystemApi* | [**api_v3_filesystem_type_get**](docs/FileSystemApi.md#api_v3_filesystem_type_get) | **GET** /api/v3/filesystem/type | *HealthApi* | [**api_v3_health_get**](docs/HealthApi.md#api_v3_health_get) | **GET** /api/v3/health | *HistoryApi* | [**api_v3_history_failed_id_post**](docs/HistoryApi.md#api_v3_history_failed_id_post) | **POST** /api/v3/history/failed/{id} | *HistoryApi* | [**api_v3_history_get**](docs/HistoryApi.md#api_v3_history_get) | **GET** /api/v3/history | *HistoryApi* | [**api_v3_history_series_get**](docs/HistoryApi.md#api_v3_history_series_get) | **GET** /api/v3/history/series | *HistoryApi* | [**api_v3_history_since_get**](docs/HistoryApi.md#api_v3_history_since_get) | **GET** /api/v3/history/since | *HostConfigApi* | [**api_v3_config_host_get**](docs/HostConfigApi.md#api_v3_config_host_get) | **GET** /api/v3/config/host | *HostConfigApi* | [**api_v3_config_host_id_get**](docs/HostConfigApi.md#api_v3_config_host_id_get) | **GET** /api/v3/config/host/{id} | *HostConfigApi* | [**api_v3_config_host_id_put**](docs/HostConfigApi.md#api_v3_config_host_id_put) | **PUT** /api/v3/config/host/{id} | *ImportListApi* | [**api_v3_importlist_action_name_post**](docs/ImportListApi.md#api_v3_importlist_action_name_post) | **POST** /api/v3/importlist/action/{name} | *ImportListApi* | [**api_v3_importlist_bulk_delete**](docs/ImportListApi.md#api_v3_importlist_bulk_delete) | **DELETE** /api/v3/importlist/bulk | *ImportListApi* | [**api_v3_importlist_bulk_put**](docs/ImportListApi.md#api_v3_importlist_bulk_put) | **PUT** /api/v3/importlist/bulk | *ImportListApi* | [**api_v3_importlist_get**](docs/ImportListApi.md#api_v3_importlist_get) | **GET** /api/v3/importlist | *ImportListApi* | [**api_v3_importlist_id_delete**](docs/ImportListApi.md#api_v3_importlist_id_delete) | **DELETE** /api/v3/importlist/{id} | *ImportListApi* | [**api_v3_importlist_id_get**](docs/ImportListApi.md#api_v3_importlist_id_get) | **GET** /api/v3/importlist/{id} | *ImportListApi* | [**api_v3_importlist_id_put**](docs/ImportListApi.md#api_v3_importlist_id_put) | **PUT** /api/v3/importlist/{id} | *ImportListApi* | [**api_v3_importlist_post**](docs/ImportListApi.md#api_v3_importlist_post) | **POST** /api/v3/importlist | *ImportListApi* | [**api_v3_importlist_schema_get**](docs/ImportListApi.md#api_v3_importlist_schema_get) | **GET** /api/v3/importlist/schema | *ImportListApi* | [**api_v3_importlist_test_post**](docs/ImportListApi.md#api_v3_importlist_test_post) | **POST** /api/v3/importlist/test | *ImportListApi* | [**api_v3_importlist_testall_post**](docs/ImportListApi.md#api_v3_importlist_testall_post) | **POST** /api/v3/importlist/testall | *ImportListConfigApi* | [**api_v3_config_importlist_get**](docs/ImportListConfigApi.md#api_v3_config_importlist_get) | **GET** /api/v3/config/importlist | *ImportListConfigApi* | [**api_v3_config_importlist_id_get**](docs/ImportListConfigApi.md#api_v3_config_importlist_id_get) | **GET** /api/v3/config/importlist/{id} | *ImportListConfigApi* | [**api_v3_config_importlist_id_put**](docs/ImportListConfigApi.md#api_v3_config_importlist_id_put) | **PUT** /api/v3/config/importlist/{id} | *ImportListExclusionApi* | [**api_v3_importlistexclusion_get**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_get) | **GET** /api/v3/importlistexclusion | *ImportListExclusionApi* | [**api_v3_importlistexclusion_id_delete**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_id_delete) | **DELETE** /api/v3/importlistexclusion/{id} | *ImportListExclusionApi* | [**api_v3_importlistexclusion_id_get**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_id_get) | **GET** /api/v3/importlistexclusion/{id} | *ImportListExclusionApi* | [**api_v3_importlistexclusion_id_put**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_id_put) | **PUT** /api/v3/importlistexclusion/{id} | *ImportListExclusionApi* | [**api_v3_importlistexclusion_paged_get**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_paged_get) | **GET** /api/v3/importlistexclusion/paged | *ImportListExclusionApi* | [**api_v3_importlistexclusion_post**](docs/ImportListExclusionApi.md#api_v3_importlistexclusion_post) | **POST** /api/v3/importlistexclusion | *IndexerApi* | [**api_v3_indexer_action_name_post**](docs/IndexerApi.md#api_v3_indexer_action_name_post) | **POST** /api/v3/indexer/action/{name} | *IndexerApi* | [**api_v3_indexer_bulk_delete**](docs/IndexerApi.md#api_v3_indexer_bulk_delete) | **DELETE** /api/v3/indexer/bulk | *IndexerApi* | [**api_v3_indexer_bulk_put**](docs/IndexerApi.md#api_v3_indexer_bulk_put) | **PUT** /api/v3/indexer/bulk | *IndexerApi* | [**api_v3_indexer_get**](docs/IndexerApi.md#api_v3_indexer_get) | **GET** /api/v3/indexer | *IndexerApi* | [**api_v3_indexer_id_delete**](docs/IndexerApi.md#api_v3_indexer_id_delete) | **DELETE** /api/v3/indexer/{id} | *IndexerApi* | [**api_v3_indexer_id_get**](docs/IndexerApi.md#api_v3_indexer_id_get) | **GET** /api/v3/indexer/{id} | *IndexerApi* | [**api_v3_indexer_id_put**](docs/IndexerApi.md#api_v3_indexer_id_put) | **PUT** /api/v3/indexer/{id} | *IndexerApi* | [**api_v3_indexer_post**](docs/IndexerApi.md#api_v3_indexer_post) | **POST** /api/v3/indexer | *IndexerApi* | [**api_v3_indexer_schema_get**](docs/IndexerApi.md#api_v3_indexer_schema_get) | **GET** /api/v3/indexer/schema | *IndexerApi* | [**api_v3_indexer_test_post**](docs/IndexerApi.md#api_v3_indexer_test_post) | **POST** /api/v3/indexer/test | *IndexerApi* | [**api_v3_indexer_testall_post**](docs/IndexerApi.md#api_v3_indexer_testall_post) | **POST** /api/v3/indexer/testall | *IndexerConfigApi* | [**api_v3_config_indexer_get**](docs/IndexerConfigApi.md#api_v3_config_indexer_get) | **GET** /api/v3/config/indexer | *IndexerConfigApi* | [**api_v3_config_indexer_id_get**](docs/IndexerConfigApi.md#api_v3_config_indexer_id_get) | **GET** /api/v3/config/indexer/{id} | *IndexerConfigApi* | [**api_v3_config_indexer_id_put**](docs/IndexerConfigApi.md#api_v3_config_indexer_id_put) | **PUT** /api/v3/config/indexer/{id} | *IndexerFlagApi* | [**api_v3_indexerflag_get**](docs/IndexerFlagApi.md#api_v3_indexerflag_get) | **GET** /api/v3/indexerflag | *LanguageApi* | [**api_v3_language_get**](docs/LanguageApi.md#api_v3_language_get) | **GET** /api/v3/language | *LanguageApi* | [**api_v3_language_id_get**](docs/LanguageApi.md#api_v3_language_id_get) | **GET** /api/v3/language/{id} | *LanguageProfileApi* | [**api_v3_languageprofile_get**](docs/LanguageProfileApi.md#api_v3_languageprofile_get) | **GET** /api/v3/languageprofile | *LanguageProfileApi* | [**api_v3_languageprofile_id_delete**](docs/LanguageProfileApi.md#api_v3_languageprofile_id_delete) | **DELETE** /api/v3/languageprofile/{id} | *LanguageProfileApi* | [**api_v3_languageprofile_id_get**](docs/LanguageProfileApi.md#api_v3_languageprofile_id_get) | **GET** /api/v3/languageprofile/{id} | *LanguageProfileApi* | [**api_v3_languageprofile_id_put**](docs/LanguageProfileApi.md#api_v3_languageprofile_id_put) | **PUT** /api/v3/languageprofile/{id} | *LanguageProfileApi* | [**api_v3_languageprofile_post**](docs/LanguageProfileApi.md#api_v3_languageprofile_post) | **POST** /api/v3/languageprofile | *LanguageProfileSchemaApi* | [**api_v3_languageprofile_schema_get**](docs/LanguageProfileSchemaApi.md#api_v3_languageprofile_schema_get) | **GET** /api/v3/languageprofile/schema | *LocalizationApi* | [**api_v3_localization_get**](docs/LocalizationApi.md#api_v3_localization_get) | **GET** /api/v3/localization | *LocalizationApi* | [**api_v3_localization_id_get**](docs/LocalizationApi.md#api_v3_localization_id_get) | **GET** /api/v3/localization/{id} | *LocalizationApi* | [**api_v3_localization_language_get**](docs/LocalizationApi.md#api_v3_localization_language_get) | **GET** /api/v3/localization/language | *LogApi* | [**api_v3_log_get**](docs/LogApi.md#api_v3_log_get) | **GET** /api/v3/log | *LogFileApi* | [**api_v3_log_file_filename_get**](docs/LogFileApi.md#api_v3_log_file_filename_get) | **GET** /api/v3/log/file/{filename} | *LogFileApi* | [**api_v3_log_file_get**](docs/LogFileApi.md#api_v3_log_file_get) | **GET** /api/v3/log/file | *ManualImportApi* | [**api_v3_manualimport_get**](docs/ManualImportApi.md#api_v3_manualimport_get) | **GET** /api/v3/manualimport | *ManualImportApi* | [**api_v3_manualimport_post**](docs/ManualImportApi.md#api_v3_manualimport_post) | **POST** /api/v3/manualimport | *MediaCoverApi* | [**api_v3_mediacover_series_id_filename_get**](docs/MediaCoverApi.md#api_v3_mediacover_series_id_filename_get) | **GET** /api/v3/mediacover/{seriesId}/{filename} | *MediaManagementConfigApi* | [**api_v3_config_mediamanagement_get**](docs/MediaManagementConfigApi.md#api_v3_config_mediamanagement_get) | **GET** /api/v3/config/mediamanagement | *MediaManagementConfigApi* | [**api_v3_config_mediamanagement_id_get**](docs/MediaManagementConfigApi.md#api_v3_config_mediamanagement_id_get) | **GET** /api/v3/config/mediamanagement/{id} | *MediaManagementConfigApi* | [**api_v3_config_mediamanagement_id_put**](docs/MediaManagementConfigApi.md#api_v3_config_mediamanagement_id_put) | **PUT** /api/v3/config/mediamanagement/{id} | *MetadataApi* | [**api_v3_metadata_action_name_post**](docs/MetadataApi.md#api_v3_metadata_action_name_post) | **POST** /api/v3/metadata/action/{name} | *MetadataApi* | [**api_v3_metadata_get**](docs/MetadataApi.md#api_v3_metadata_get) | **GET** /api/v3/metadata | *MetadataApi* | [**api_v3_metadata_id_delete**](docs/MetadataApi.md#api_v3_metadata_id_delete) | **DELETE** /api/v3/metadata/{id} | *MetadataApi* | [**api_v3_metadata_id_get**](docs/MetadataApi.md#api_v3_metadata_id_get) | **GET** /api/v3/metadata/{id} | *MetadataApi* | [**api_v3_metadata_id_put**](docs/MetadataApi.md#api_v3_metadata_id_put) | **PUT** /api/v3/metadata/{id} | *MetadataApi* | [**api_v3_metadata_post**](docs/MetadataApi.md#api_v3_metadata_post) | **POST** /api/v3/metadata | *MetadataApi* | [**api_v3_metadata_schema_get**](docs/MetadataApi.md#api_v3_metadata_schema_get) | **GET** /api/v3/metadata/schema | *MetadataApi* | [**api_v3_metadata_test_post**](docs/MetadataApi.md#api_v3_metadata_test_post) | **POST** /api/v3/metadata/test | *MetadataApi* | [**api_v3_metadata_testall_post**](docs/MetadataApi.md#api_v3_metadata_testall_post) | **POST** /api/v3/metadata/testall | *MissingApi* | [**api_v3_wanted_missing_get**](docs/MissingApi.md#api_v3_wanted_missing_get) | **GET** /api/v3/wanted/missing | *MissingApi* | [**api_v3_wanted_missing_id_get**](docs/MissingApi.md#api_v3_wanted_missing_id_get) | **GET** /api/v3/wanted/missing/{id} | *NamingConfigApi* | [**api_v3_config_naming_examples_get**](docs/NamingConfigApi.md#api_v3_config_naming_examples_get) | **GET** /api/v3/config/naming/examples | *NamingConfigApi* | [**api_v3_config_naming_get**](docs/NamingConfigApi.md#api_v3_config_naming_get) | **GET** /api/v3/config/naming | *NamingConfigApi* | [**api_v3_config_naming_id_get**](docs/NamingConfigApi.md#api_v3_config_naming_id_get) | **GET** /api/v3/config/naming/{id} | *NamingConfigApi* | [**api_v3_config_naming_id_put**](docs/NamingConfigApi.md#api_v3_config_naming_id_put) | **PUT** /api/v3/config/naming/{id} | *NotificationApi* | [**api_v3_notification_action_name_post**](docs/NotificationApi.md#api_v3_notification_action_name_post) | **POST** /api/v3/notification/action/{name} | *NotificationApi* | [**api_v3_notification_get**](docs/NotificationApi.md#api_v3_notification_get) | **GET** /api/v3/notification | *NotificationApi* | [**api_v3_notification_id_delete**](docs/NotificationApi.md#api_v3_notification_id_delete) | **DELETE** /api/v3/notification/{id} | *NotificationApi* | [**api_v3_notification_id_get**](docs/NotificationApi.md#api_v3_notification_id_get) | **GET** /api/v3/notification/{id} | *NotificationApi* | [**api_v3_notification_id_put**](docs/NotificationApi.md#api_v3_notification_id_put) | **PUT** /api/v3/notification/{id} | *NotificationApi* | [**api_v3_notification_post**](docs/NotificationApi.md#api_v3_notification_post) | **POST** /api/v3/notification | *NotificationApi* | [**api_v3_notification_schema_get**](docs/NotificationApi.md#api_v3_notification_schema_get) | **GET** /api/v3/notification/schema | *NotificationApi* | [**api_v3_notification_test_post**](docs/NotificationApi.md#api_v3_notification_test_post) | **POST** /api/v3/notification/test | *NotificationApi* | [**api_v3_notification_testall_post**](docs/NotificationApi.md#api_v3_notification_testall_post) | **POST** /api/v3/notification/testall | *ParseApi* | [**api_v3_parse_get**](docs/ParseApi.md#api_v3_parse_get) | **GET** /api/v3/parse | *PingApi* | [**ping_get**](docs/PingApi.md#ping_get) | **GET** /ping | *PingApi* | [**ping_head**](docs/PingApi.md#ping_head) | **HEAD** /ping | *QualityDefinitionApi* | [**api_v3_qualitydefinition_get**](docs/QualityDefinitionApi.md#api_v3_qualitydefinition_get) | **GET** /api/v3/qualitydefinition | *QualityDefinitionApi* | [**api_v3_qualitydefinition_id_get**](docs/QualityDefinitionApi.md#api_v3_qualitydefinition_id_get) | **GET** /api/v3/qualitydefinition/{id} | *QualityDefinitionApi* | [**api_v3_qualitydefinition_id_put**](docs/QualityDefinitionApi.md#api_v3_qualitydefinition_id_put) | **PUT** /api/v3/qualitydefinition/{id} | *QualityDefinitionApi* | [**api_v3_qualitydefinition_update_put**](docs/QualityDefinitionApi.md#api_v3_qualitydefinition_update_put) | **PUT** /api/v3/qualitydefinition/update | *QualityProfileApi* | [**api_v3_qualityprofile_get**](docs/QualityProfileApi.md#api_v3_qualityprofile_get) | **GET** /api/v3/qualityprofile | *QualityProfileApi* | [**api_v3_qualityprofile_id_delete**](docs/QualityProfileApi.md#api_v3_qualityprofile_id_delete) | **DELETE** /api/v3/qualityprofile/{id} | *QualityProfileApi* | [**api_v3_qualityprofile_id_get**](docs/QualityProfileApi.md#api_v3_qualityprofile_id_get) | **GET** /api/v3/qualityprofile/{id} | *QualityProfileApi* | [**api_v3_qualityprofile_id_put**](docs/QualityProfileApi.md#api_v3_qualityprofile_id_put) | **PUT** /api/v3/qualityprofile/{id} | *QualityProfileApi* | [**api_v3_qualityprofile_post**](docs/QualityProfileApi.md#api_v3_qualityprofile_post) | **POST** /api/v3/qualityprofile | *QualityProfileSchemaApi* | [**api_v3_qualityprofile_schema_get**](docs/QualityProfileSchemaApi.md#api_v3_qualityprofile_schema_get) | **GET** /api/v3/qualityprofile/schema | *QueueApi* | [**api_v3_queue_bulk_delete**](docs/QueueApi.md#api_v3_queue_bulk_delete) | **DELETE** /api/v3/queue/bulk | *QueueApi* | [**api_v3_queue_get**](docs/QueueApi.md#api_v3_queue_get) | **GET** /api/v3/queue | *QueueApi* | [**api_v3_queue_id_delete**](docs/QueueApi.md#api_v3_queue_id_delete) | **DELETE** /api/v3/queue/{id} | *QueueActionApi* | [**api_v3_queue_grab_bulk_post**](docs/QueueActionApi.md#api_v3_queue_grab_bulk_post) | **POST** /api/v3/queue/grab/bulk | *QueueActionApi* | [**api_v3_queue_grab_id_post**](docs/QueueActionApi.md#api_v3_queue_grab_id_post) | **POST** /api/v3/queue/grab/{id} | *QueueDetailsApi* | [**api_v3_queue_details_get**](docs/QueueDetailsApi.md#api_v3_queue_details_get) | **GET** /api/v3/queue/details | *QueueStatusApi* | [**api_v3_queue_status_get**](docs/QueueStatusApi.md#api_v3_queue_status_get) | **GET** /api/v3/queue/status | *ReleaseApi* | [**api_v3_release_get**](docs/ReleaseApi.md#api_v3_release_get) | **GET** /api/v3/release | *ReleaseApi* | [**api_v3_release_post**](docs/ReleaseApi.md#api_v3_release_post) | **POST** /api/v3/release | *ReleaseProfileApi* | [**api_v3_releaseprofile_get**](docs/ReleaseProfileApi.md#api_v3_releaseprofile_get) | **GET** /api/v3/releaseprofile | *ReleaseProfileApi* | [**api_v3_releaseprofile_id_delete**](docs/ReleaseProfileApi.md#api_v3_releaseprofile_id_delete) | **DELETE** /api/v3/releaseprofile/{id} | *ReleaseProfileApi* | [**api_v3_releaseprofile_id_get**](docs/ReleaseProfileApi.md#api_v3_releaseprofile_id_get) | **GET** /api/v3/releaseprofile/{id} | *ReleaseProfileApi* | [**api_v3_releaseprofile_id_put**](docs/ReleaseProfileApi.md#api_v3_releaseprofile_id_put) | **PUT** /api/v3/releaseprofile/{id} | *ReleaseProfileApi* | [**api_v3_releaseprofile_post**](docs/ReleaseProfileApi.md#api_v3_releaseprofile_post) | **POST** /api/v3/releaseprofile | *ReleasePushApi* | [**api_v3_release_push_post**](docs/ReleasePushApi.md#api_v3_release_push_post) | **POST** /api/v3/release/push | *RemotePathMappingApi* | [**api_v3_remotepathmapping_get**](docs/RemotePathMappingApi.md#api_v3_remotepathmapping_get) | **GET** /api/v3/remotepathmapping | *RemotePathMappingApi* | [**api_v3_remotepathmapping_id_delete**](docs/RemotePathMappingApi.md#api_v3_remotepathmapping_id_delete) | **DELETE** /api/v3/remotepathmapping/{id} | *RemotePathMappingApi* | [**api_v3_remotepathmapping_id_get**](docs/RemotePathMappingApi.md#api_v3_remotepathmapping_id_get) | **GET** /api/v3/remotepathmapping/{id} | *RemotePathMappingApi* | [**api_v3_remotepathmapping_id_put**](docs/RemotePathMappingApi.md#api_v3_remotepathmapping_id_put) | **PUT** /api/v3/remotepathmapping/{id} | *RemotePathMappingApi* | [**api_v3_remotepathmapping_post**](docs/RemotePathMappingApi.md#api_v3_remotepathmapping_post) | **POST** /api/v3/remotepathmapping | *RenameEpisodeApi* | [**api_v3_rename_get**](docs/RenameEpisodeApi.md#api_v3_rename_get) | **GET** /api/v3/rename | *RootFolderApi* | [**api_v3_rootfolder_get**](docs/RootFolderApi.md#api_v3_rootfolder_get) | **GET** /api/v3/rootfolder | *RootFolderApi* | [**api_v3_rootfolder_id_delete**](docs/RootFolderApi.md#api_v3_rootfolder_id_delete) | **DELETE** /api/v3/rootfolder/{id} | *RootFolderApi* | [**api_v3_rootfolder_id_get**](docs/RootFolderApi.md#api_v3_rootfolder_id_get) | **GET** /api/v3/rootfolder/{id} | *RootFolderApi* | [**api_v3_rootfolder_post**](docs/RootFolderApi.md#api_v3_rootfolder_post) | **POST** /api/v3/rootfolder | *SeasonPassApi* | [**api_v3_seasonpass_post**](docs/SeasonPassApi.md#api_v3_seasonpass_post) | **POST** /api/v3/seasonpass | *SeriesApi* | [**api_v3_series_get**](docs/SeriesApi.md#api_v3_series_get) | **GET** /api/v3/series | *SeriesApi* | [**api_v3_series_id_delete**](docs/SeriesApi.md#api_v3_series_id_delete) | **DELETE** /api/v3/series/{id} | *SeriesApi* | [**api_v3_series_id_get**](docs/SeriesApi.md#api_v3_series_id_get) | **GET** /api/v3/series/{id} | *SeriesApi* | [**api_v3_series_id_put**](docs/SeriesApi.md#api_v3_series_id_put) | **PUT** /api/v3/series/{id} | *SeriesApi* | [**api_v3_series_post**](docs/SeriesApi.md#api_v3_series_post) | **POST** /api/v3/series | *SeriesEditorApi* | [**api_v3_series_editor_delete**](docs/SeriesEditorApi.md#api_v3_series_editor_delete) | **DELETE** /api/v3/series/editor | *SeriesEditorApi* | [**api_v3_series_editor_put**](docs/SeriesEditorApi.md#api_v3_series_editor_put) | **PUT** /api/v3/series/editor | *SeriesImportApi* | [**api_v3_series_import_post**](docs/SeriesImportApi.md#api_v3_series_import_post) | **POST** /api/v3/series/import | *SeriesLookupApi* | [**api_v3_series_lookup_get**](docs/SeriesLookupApi.md#api_v3_series_lookup_get) | **GET** /api/v3/series/lookup | *StaticResourceApi* | [**content_path_get**](docs/StaticResourceApi.md#content_path_get) | **GET** /content/{path} | *StaticResourceApi* | [**login_get**](docs/StaticResourceApi.md#login_get) | **GET** /login | *StaticResourceApi* | [**path_get**](docs/StaticResourceApi.md#path_get) | **GET** /{path} | *StaticResourceApi* | [**root_get**](docs/StaticResourceApi.md#root_get) | **GET** / | *SystemApi* | [**api_v3_system_restart_post**](docs/SystemApi.md#api_v3_system_restart_post) | **POST** /api/v3/system/restart | *SystemApi* | [**api_v3_system_routes_duplicate_get**](docs/SystemApi.md#api_v3_system_routes_duplicate_get) | **GET** /api/v3/system/routes/duplicate | *SystemApi* | [**api_v3_system_routes_get**](docs/SystemApi.md#api_v3_system_routes_get) | **GET** /api/v3/system/routes | *SystemApi* | [**api_v3_system_shutdown_post**](docs/SystemApi.md#api_v3_system_shutdown_post) | **POST** /api/v3/system/shutdown | *SystemApi* | [**api_v3_system_status_get**](docs/SystemApi.md#api_v3_system_status_get) | **GET** /api/v3/system/status | *TagApi* | [**api_v3_tag_get**](docs/TagApi.md#api_v3_tag_get) | **GET** /api/v3/tag | *TagApi* | [**api_v3_tag_id_delete**](docs/TagApi.md#api_v3_tag_id_delete) | **DELETE** /api/v3/tag/{id} | *TagApi* | [**api_v3_tag_id_get**](docs/TagApi.md#api_v3_tag_id_get) | **GET** /api/v3/tag/{id} | *TagApi* | [**api_v3_tag_id_put**](docs/TagApi.md#api_v3_tag_id_put) | **PUT** /api/v3/tag/{id} | *TagApi* | [**api_v3_tag_post**](docs/TagApi.md#api_v3_tag_post) | **POST** /api/v3/tag | *TagDetailsApi* | [**api_v3_tag_detail_get**](docs/TagDetailsApi.md#api_v3_tag_detail_get) | **GET** /api/v3/tag/detail | *TagDetailsApi* | [**api_v3_tag_detail_id_get**](docs/TagDetailsApi.md#api_v3_tag_detail_id_get) | **GET** /api/v3/tag/detail/{id} | *TaskApi* | [**api_v3_system_task_get**](docs/TaskApi.md#api_v3_system_task_get) | **GET** /api/v3/system/task | *TaskApi* | [**api_v3_system_task_id_get**](docs/TaskApi.md#api_v3_system_task_id_get) | **GET** /api/v3/system/task/{id} | *UiConfigApi* | [**api_v3_config_ui_get**](docs/UiConfigApi.md#api_v3_config_ui_get) | **GET** /api/v3/config/ui | *UiConfigApi* | [**api_v3_config_ui_id_get**](docs/UiConfigApi.md#api_v3_config_ui_id_get) | **GET** /api/v3/config/ui/{id} | *UiConfigApi* | [**api_v3_config_ui_id_put**](docs/UiConfigApi.md#api_v3_config_ui_id_put) | **PUT** /api/v3/config/ui/{id} | *UpdateApi* | [**api_v3_update_get**](docs/UpdateApi.md#api_v3_update_get) | **GET** /api/v3/update | *UpdateLogFileApi* | [**api_v3_log_file_update_filename_get**](docs/UpdateLogFileApi.md#api_v3_log_file_update_filename_get) | **GET** /api/v3/log/file/update/{filename} | *UpdateLogFileApi* | [**api_v3_log_file_update_get**](docs/UpdateLogFileApi.md#api_v3_log_file_update_get) | **GET** /api/v3/log/file/update | ## Documentation For Models - [AddSeriesOptions](docs/AddSeriesOptions.md) - [AlternateTitleResource](docs/AlternateTitleResource.md) - [ApplyTags](docs/ApplyTags.md) - [AuthenticationRequiredType](docs/AuthenticationRequiredType.md) - [AuthenticationType](docs/AuthenticationType.md) - [AutoTaggingResource](docs/AutoTaggingResource.md) - [AutoTaggingSpecificationSchema](docs/AutoTaggingSpecificationSchema.md) - [BackupResource](docs/BackupResource.md) - [BackupType](docs/BackupType.md) - [BlocklistBulkResource](docs/BlocklistBulkResource.md) - [BlocklistResource](docs/BlocklistResource.md) - [BlocklistResourcePagingResource](docs/BlocklistResourcePagingResource.md) - [CertificateValidationType](docs/CertificateValidationType.md) - [Command](docs/Command.md) - [CommandPriority](docs/CommandPriority.md) - [CommandResource](docs/CommandResource.md) - [CommandResult](docs/CommandResult.md) - [CommandStatus](docs/CommandStatus.md) - [CommandTrigger](docs/CommandTrigger.md) - [CustomFilterResource](docs/CustomFilterResource.md) - [CustomFormatResource](docs/CustomFormatResource.md) - [CustomFormatSpecificationSchema](docs/CustomFormatSpecificationSchema.md) - [DatabaseType](docs/DatabaseType.md) - [DelayProfileResource](docs/DelayProfileResource.md) - [DiskSpaceResource](docs/DiskSpaceResource.md) - [DownloadClientBulkResource](docs/DownloadClientBulkResource.md) - [DownloadClientConfigResource](docs/DownloadClientConfigResource.md) - [DownloadClientResource](docs/DownloadClientResource.md) - [DownloadProtocol](docs/DownloadProtocol.md) - [EpisodeFileListResource](docs/EpisodeFileListResource.md) - [EpisodeFileResource](docs/EpisodeFileResource.md) - [EpisodeHistoryEventType](docs/EpisodeHistoryEventType.md) - [EpisodeResource](docs/EpisodeResource.md) - [EpisodeResourcePagingResource](docs/EpisodeResourcePagingResource.md) - [EpisodeTitleRequiredType](docs/EpisodeTitleRequiredType.md) - [EpisodesMonitoredResource](docs/EpisodesMonitoredResource.md) - [Field](docs/Field.md) - [FileDateType](docs/FileDateType.md) - [HealthCheckResult](docs/HealthCheckResult.md) - [HealthResource](docs/HealthResource.md) - [HistoryResource](docs/HistoryResource.md) - [HistoryResourcePagingResource](docs/HistoryResourcePagingResource.md) - [HostConfigResource](docs/HostConfigResource.md) - [HttpUri](docs/HttpUri.md) - [ImportListBulkResource](docs/ImportListBulkResource.md) - [ImportListConfigResource](docs/ImportListConfigResource.md) - [ImportListExclusionResource](docs/ImportListExclusionResource.md) - [ImportListExclusionResourcePagingResource](docs/ImportListExclusionResourcePagingResource.md) - [ImportListResource](docs/ImportListResource.md) - [ImportListType](docs/ImportListType.md) - [IndexerBulkResource](docs/IndexerBulkResource.md) - [IndexerConfigResource](docs/IndexerConfigResource.md) - [IndexerFlagResource](docs/IndexerFlagResource.md) - [IndexerResource](docs/IndexerResource.md) - [Language](docs/Language.md) - [LanguageProfileItemResource](docs/LanguageProfileItemResource.md) - [LanguageProfileResource](docs/LanguageProfileResource.md) - [LanguageResource](docs/LanguageResource.md) - [ListSyncLevelType](docs/ListSyncLevelType.md) - [LocalizationLanguageResource](docs/LocalizationLanguageResource.md) - [LocalizationResource](docs/LocalizationResource.md) - [LogFileResource](docs/LogFileResource.md) - [LogResource](docs/LogResource.md) - [LogResourcePagingResource](docs/LogResourcePagingResource.md) - [ManualImportReprocessResource](docs/ManualImportReprocessResource.md) - [ManualImportResource](docs/ManualImportResource.md) - [MediaCover](docs/MediaCover.md) - [MediaCoverTypes](docs/MediaCoverTypes.md) - [MediaInfoResource](docs/MediaInfoResource.md) - [MediaManagementConfigResource](docs/MediaManagementConfigResource.md) - [MetadataResource](docs/MetadataResource.md) - [MonitorTypes](docs/MonitorTypes.md) - [MonitoringOptions](docs/MonitoringOptions.md) - [NamingConfigResource](docs/NamingConfigResource.md) - [NewItemMonitorTypes](docs/NewItemMonitorTypes.md) - [NotificationResource](docs/NotificationResource.md) - [ParseResource](docs/ParseResource.md) - [ParsedEpisodeInfo](docs/ParsedEpisodeInfo.md) - [PingResource](docs/PingResource.md) - [PrivacyLevel](docs/PrivacyLevel.md) - [ProfileFormatItemResource](docs/ProfileFormatItemResource.md) - [ProperDownloadTypes](docs/ProperDownloadTypes.md) - [ProviderMessage](docs/ProviderMessage.md) - [ProviderMessageType](docs/ProviderMessageType.md) - [ProxyType](docs/ProxyType.md) - [Quality](docs/Quality.md) - [QualityDefinitionResource](docs/QualityDefinitionResource.md) - [QualityModel](docs/QualityModel.md) - [QualityProfileQualityItemResource](docs/QualityProfileQualityItemResource.md) - [QualityProfileResource](docs/QualityProfileResource.md) - [QualitySource](docs/QualitySource.md) - [QueueBulkResource](docs/QueueBulkResource.md) - [QueueResource](docs/QueueResource.md) - [QueueResourcePagingResource](docs/QueueResourcePagingResource.md) - [QueueStatusResource](docs/QueueStatusResource.md) - [Ratings](docs/Ratings.md) - [Rejection](docs/Rejection.md) - [RejectionType](docs/RejectionType.md) - [ReleaseEpisodeResource](docs/ReleaseEpisodeResource.md) - [ReleaseProfileResource](docs/ReleaseProfileResource.md) - [ReleaseResource](docs/ReleaseResource.md) - [ReleaseType](docs/ReleaseType.md) - [RemotePathMappingResource](docs/RemotePathMappingResource.md) - [RenameEpisodeResource](docs/RenameEpisodeResource.md) - [RescanAfterRefreshType](docs/RescanAfterRefreshType.md) - [Revision](docs/Revision.md) - [RootFolderResource](docs/RootFolderResource.md) - [RuntimeMode](docs/RuntimeMode.md) - [SeasonPassResource](docs/SeasonPassResource.md) - [SeasonPassSeriesResource](docs/SeasonPassSeriesResource.md) - [SeasonResource](docs/SeasonResource.md) - [SeasonStatisticsResource](docs/SeasonStatisticsResource.md) - [SelectOption](docs/SelectOption.md) - [SeriesEditorResource](docs/SeriesEditorResource.md) - [SeriesResource](docs/SeriesResource.md) - [SeriesStatisticsResource](docs/SeriesStatisticsResource.md) - [SeriesStatusType](docs/SeriesStatusType.md) - [SeriesTitleInfo](docs/SeriesTitleInfo.md) - [SeriesTypes](docs/SeriesTypes.md) - [SortDirection](docs/SortDirection.md) - [SystemResource](docs/SystemResource.md) - [TagDetailsResource](docs/TagDetailsResource.md) - [TagResource](docs/TagResource.md) - [TaskResource](docs/TaskResource.md) - [TrackedDownloadState](docs/TrackedDownloadState.md) - [TrackedDownloadStatus](docs/TrackedDownloadStatus.md) - [TrackedDownloadStatusMessage](docs/TrackedDownloadStatusMessage.md) - [UiConfigResource](docs/UiConfigResource.md) - [UnmappedFolder](docs/UnmappedFolder.md) - [UpdateChanges](docs/UpdateChanges.md) - [UpdateMechanism](docs/UpdateMechanism.md) - [UpdateResource](docs/UpdateResource.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author