Webhook Config
Create or update a tenant setting
Upserts a single tenant setting by name. For webhook-config.* names, the value is
PUT
Description
validated per-field (see the field table above) and the response includes the freshly assembledwebhook config alongside the updated setting.
Rejects names starting with distro- (managed separately via /distro/settings).
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Setting name, e.g. webhook-config.url, webhook-config.retryAttempts
Body
application/json
New value for the setting. Type depends on the setting name — see the field table above.