All URIs are relative to http://localhost:7878
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: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_naming_config_examples(rename_movies, replace_illegal_characters, colon_replacement_format, standard_movie_format, movie_folder_format, id, resource_name)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
rename_movies | Option<bool> | |||
replace_illegal_characters | Option<bool> | |||
colon_replacement_format | Option<ColonReplacementFormat> | |||
standard_movie_format | Option<String> | |||
movie_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]