Update a tenant's addon settings
Addons
Update a tenant's addon settings
PUT /addons/
PUT
Update a tenant's addon settings
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
PUT /addons/ Merges default settings, the addon’s current settings, and the request body’ssettings (in that precedence order), re-validates
against the row’s existing settingsVersion, updates the
TenantAddon record and the individual TenantSetting rows. For
AddonName: publisher, also best-effort syncs the tenant’s
Publisher record from the merged settings after the transaction
commits.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Available options:
distro, payment_requests, publisher Body
application/json
Partial settings object to merge over current settings.