Skip to main content

CodebaseUpdatePluginInput

Variables for the CodebaseUpdatePlugin mutation

input CodebaseUpdatePluginInput {
appId: Int!
download: String
environmentId: Int!
location: String
marketplace: String
name: String
slug: String!
version: String
vulnCount: Int
}

Fields

CodebaseUpdatePluginInput.appId ● Int! non-null scalar common

The unique ID of the Application

CodebaseUpdatePluginInput.download ● String scalar common

The download link for the new plugin version

CodebaseUpdatePluginInput.environmentId ● Int! non-null scalar common

The unique ID of the Environment

CodebaseUpdatePluginInput.location ● String scalar common

The location of the plugin in the codebase

CodebaseUpdatePluginInput.marketplace ● String scalar common

The marketplace the plugin belongs too

CodebaseUpdatePluginInput.name ● String scalar common

The name of the plugin

CodebaseUpdatePluginInput.slug ● String! non-null scalar common

The plugin slug

CodebaseUpdatePluginInput.version ● String scalar common

The new version to update the plugin

CodebaseUpdatePluginInput.vulnCount ● Int scalar common

The number of active vulns on the plugin

Member Of

updatePlugin mutation