Tenant
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
The complete set of tenant settings.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/v1/k8s/settingAuthorizations
AuthorizationstringRequired
Bearer authentication
Body
keystringOptionalExample:
department.usevalueanyOptionalExample:
trueResponses
200
The updated tenant setting.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
put
/v1/k8s/settingAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
settingKeystringRequired
Responses
200
The requested setting.
application/json
Responseboolean
A boolean value that indicates if the requested setting is enabled.
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/v1/k8s/setting/{settingKey}Last updated