All URIs are relative to http://localhost:8989
Method | HTTP request | Description |
---|---|---|
get_naming_config | GET /api/v3/config/naming | |
get_naming_config_by_id | GET /api/v3/config/naming/{id} | |
get_naming_config_examples | GET /api/v3/config/naming/examples | |
update_naming_config | PUT /api/v3/config/naming/{id} |
models::NamingConfigResource get_naming_config()
This endpoint does not need any parameter.
- 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]
models::NamingConfigResource get_naming_config_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_naming_config_examples(rename_episodes, replace_illegal_characters, colon_replacement_format, custom_colon_replacement_format, multi_episode_style, standard_episode_format, daily_episode_format, anime_episode_format, series_folder_format, season_folder_format, specials_folder_format, id, resource_name)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
rename_episodes | Option<bool> | |||
replace_illegal_characters | Option<bool> | |||
colon_replacement_format | Option<i32> | |||
custom_colon_replacement_format | Option<String> | |||
multi_episode_style | Option<i32> | |||
standard_episode_format | Option<String> | |||
daily_episode_format | Option<String> | |||
anime_episode_format | Option<String> | |||
series_folder_format | Option<String> | |||
season_folder_format | Option<String> | |||
specials_folder_format | Option<String> | |||
id | Option<i32> | |||
resource_name | Option<String> |
(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::NamingConfigResource update_naming_config(id, naming_config_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
naming_config_resource | Option<NamingConfigResource> |
- Content-Type: application/json, text/json, application/*+json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]