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 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.