pluginUpdate
Graphql fields and variables for the pluginUpdate mutation
Scope required: admin:write
For a complete list of input attributes see the PluginAttributes type
mutation pluginUpdate ($id: ID!, $attributes: PluginAttributes!) {
pluginUpdate (id: $id, attributes: $attributes) {
errors
plugin {
authType
componentName
description
enabled
enabledOnlyForUserId
entitySelectionEnabled
guid
helplink
hidden
id
logo
name
pluginDefinitionId
pluginVendorId
summary
userIsolation
uuid
webhookUrl
}
}
}Arguments
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
