Update a addon
Updates an existing addon’s properties such as display name, description, and metadata.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The unique identifier of the entity
1 - 255Body
Partially update an existing addon. Only provided fields are updated.
The display name of the package
255The description of the package
255The unique identifier for the entity in the billing provider
255Metadata associated with the entity
The status of the package
DRAFT, PUBLISHED, ARCHIVED The maximum quantity of this addon that can be added to a subscription
List of addons the addon is dependant on
The unique identifier for the entity
255Pricing configuration to set on the addon draft
Response
The updated addon object.
Response object
Addon configuration object
