You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class PluginUpgrade extends \Jane\OpenApiRuntime\Client\BaseEndpoint implements \Jane\OpenApiRuntime\Client\AmpArtaxEndpoint, \Jane\OpenApiRuntime\Client\Psr7HttplugEndpoint
{
protected$name;
/**
* @param string $name The name of the plugin. The `:latest` tag is optional, and is the default if omitted.
* @param array $body
* @param array $queryParameters {
*
* @var string $remote remote reference to upgrade to
The `:latest` tag is optional, and is used as the default if omitted.
* }
*
* @param array $headerParameters {
*
* @var string $X-Registry-Auth A base64-encoded auth configuration to use when pulling a plugin from a registry. [See the authentication section for details.](#section/Authentication)