Skip to main content
PATCH
Patch Tenant Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Body

application/json

Request to update tenant settings.

max_total_scans
integer | null
max_concurrent_scans
integer | null
max_queue_size
integer | null
max_datasets
integer | null
max_dataset_size_bytes
integer | null
max_total_storage_bytes
integer | null
max_users
integer | null
config
Config · object | null

Response

Successful Response

Complete tenant settings with limits and usage.

limits
TenantLimitsRead · object
required

Current tenant limit configuration.

usage
TenantUsageRead · object
required

Current tenant resource usage.

updated_at
string<date-time> | null
updated_by
integer | null