Skip to main content

pluginUpdate Mutation

Update plugin configuration.

Requires the MANAGE_PLUGINSpermission.
pluginUpdate(
channelId: ID
id: ID!
input: PluginUpdateInput!
): PluginUpdate
Show return type

Arguments

channelId ● ID

ID of a channel for which the data should be modified.

id ● ID!

ID of plugin to update.

input ● PluginUpdateInput!

Fields required to update a plugin configuration.

Type

PluginUpdate

Update plugin configuration.

Requires the MANAGE_PLUGINSpermission.