PluginAttributes

Attributes of the PluginAttributes type

Attributes for updating a plugin

{
  "pluginDefinitionId": "456123",
  "dynamicComponentValues": [
    {
      "key": "",
      "value": "DynamicComponentValue"
    }
  ],
  "enabled": true,
  "entityIds": [
    "456123"
  ],
  "enabledOnlyForUserId": "456123"
}
Name
Type
Description

pluginDefinitionId

ID

dynamicComponentValues

enabled

Boolean

entityIds

List (ID)

enabledOnlyForUserId

ID

Last updated

Was this helpful?