Skip to main content

updatePlugin

Plugin Update

updatePlugin(
input: CodebaseUpdatePluginInput
): CodebaseUpdatePluginResult!

Example

mutation ($input: CodebaseUpdatePluginInput) {
updatePlugin(input: $input) {
code
message
status
}
}

Arguments

updatePlugin.input ● CodebaseUpdatePluginInput input common

The application, environment, and plugin version details to update.

Type

CodebaseUpdatePluginResult object common

The result of a plugin update request.