Skip to main content
PUT
Set one tenant config key

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

key
string
required

Fenced connectivity config key.

Example:

"connectivity.file_transport"

Body

application/json
value
string
required

New value for the fenced config key. Scope-fenced + validated against the connectivity config catalog.

Example:

"cd"

Response

OK

key
string
required

Fenced connectivity config key.

Example:

"connectivity.file_transport"

value
string
required

Effective value for the key: the tenant override when present, else the catalog default.

Example:

"cd"