For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tenant

Manage tenant settings.

Get all tenant settings.

get

Retrieve all tenant settings.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
200

The complete set of tenant settings.

application/json
activebooleanOptionalExample: true
categorystringOptionalExample: Department
descriptionstringOptionalExample: Enable the department feature
sourcestringOptionalExample: Tenant
labelstringOptionalExample: Show departments
stagestringOptionalExample: Beta
typestringOptionalExample: Boolean
keystringOptionalExample: department.use
valuestringOptionalExample: true
get/v1/k8s/setting

Update a tenant setting.

put

Use to update tenant settings.

Authorizations
AuthorizationstringRequired

Bearer authentication

Body
keystringOptionalExample: department.use
valueanyOptionalExample: true
Responses
200

The updated tenant setting.

application/json
msgstringOptionalExample: done
put/v1/k8s/setting

Get a tenant setting by key.

get

Retrieve a specific tenant setting by key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
settingKeystringRequired
Responses
200

The requested setting.

application/json
booleanOptional

A boolean value that indicates if the requested setting is enabled.

get/v1/k8s/setting/{settingKey}

Last updated