Settings

View and manage configuration settings for your organization.

Get security settings

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/security/settings

Get security setting by key

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/security/settings/{key}

Update security setting by key

put
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Body
or
or
Responses
chevron-right
200

Setting successfully updated

No content

put
/api/v1/security/settings/{key}

No content

Get workloads settings

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v2/workloads/settings

Get workloads setting by key

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v2/workloads/settings/{key}

Update workloads setting by key

put
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Body
enabledboolean · nullableOptional
Responses
chevron-right
200

Setting successfully updated

No content

put
/api/v2/workloads/settings/{key}

No content

Last updated