Support forceSave
For Indexer Update Methods (upd_indexer)
#169
Labels
type/feature
New feature or request
forceSave
For Indexer Update Methods (upd_indexer)
#169
Is there an existing issue for this?
Expected feature
Per the API Docs for sonarr, it seems that
pyarr
does not support adding in the force flag.Possible Solutions
Can the additional flag be added to the
upd_indexer
method for all the *arr apps API's be updated to support theforceSave
functionality? You should be able to have the class include a default value of false if unset which should not limit any existing functionality but enable this part to work as intended.Context / Reason
This is useful for some configurations, which if done in the UI give you a warning and then when you resubmit the request it goes through.
As an example, if you set seeders to 0 the API will warn without this flag and cannot be handled via the API without the flag.
Code of Conduct
The text was updated successfully, but these errors were encountered: