Set one tenant config key
Persists a per-tenant override for a fenced config key. Body: {"value":"..."}. The value is scope-fenced + validated against the catalog: a missing value is a schema 422, an empty value a coded 400, an off-catalog key 404, an off-enum / non-bool value 422. RBAC: config:write; the writing actor and the tenant are always derived from the validated request identity, never a path or payload value.
PUT
Set one tenant config key
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Fenced connectivity config key.
Example:
"connectivity.file_transport"
Body
application/json
New value for the fenced config key. Scope-fenced + validated against the connectivity config catalog.
Example:
"cd"

