Plugin Upgrade
Upgrades an existing Docker plugin to a newer version by pulling the specified plugin image from a registry. This operation requires the plugin name as a path parameter and accepts configuration options such as the remote repository reference and registry authentication credentials. The upgrade process will pull the new plugin image, validate it, and replace the current version while preserving the plugin's configuration and settings. This is useful for keeping plugins up-to-date with bug fix...