Add passwordConfirmation
handling to *Arr general settings models
#215
Labels
Milestone
passwordConfirmation
handling to *Arr general settings models
#215
Newer versions of the *Arr applications now require a
passwordConfirmation
attribute to be present in the update API requests for the general settings.Buildarr's plugins do not support this attribute, which is the cause of the password confirmation errors we're seeing in Radarr and Prowlarr.
Update the DevOpsArr Python API libraries to gain support for this parameter (requires Pydantic V2 support on the plugins), and if necessary, add processing on the Buildarr side to make it at least work enough that no errors occur.
The text was updated successfully, but these errors were encountered: