Update an addon
Update the addon with a specific ID. Any fields in the update object will be updated. Properties that are not included in the update object will not be affected. To empty a property, pass null as that property’s value.
Note: passing null as a value for the description property will set it to an empty string.
Authentication
Path parameters
Request
The addon provider, such as “webhook” or “slack”. This string is case sensitive and maps to the provider’s name property.
The list of all supported providers and their parameters for a specific Unleash instance can be found by making a GET request to the api/admin/addons endpoint: the providers property of that response will contain all available providers.
The default set of providers can be found in the addons reference documentation. The default supported options are:
datadogfor Datadogslackfor Slackteamsfor Microsoft Teamswebhookfor webhooks
The provider you choose for your addon dictates what properties the parameters object needs. Refer to the documentation for each provider for more information.
The projects that this addon will listen to events from. An empty list means it will listen to events from all projects.
The list of environments that this addon will listen to events from. An empty list means it will listen to events from all environments.
Response
A description of the addon. null if no description exists.
The projects that this addon listens to events from. An empty list means it listens to events from all projects.
The list of environments that this addon listens to events from. An empty list means it listens to events from all environments.