Databases
Update Database Configuration
Update a database configuration belonging to the organization or user.
PATCH
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
/
configuration
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
Body
application/json
size_limit
string
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
allow_attach
boolean
Allow or disallow attaching databases to the current database.
block_reads
boolean
Block all database reads.
block_writes
boolean
Block all database writes.
Response
200 - application/json
size_limit
string
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
allow_attach
boolean
Allow or disallow attaching databases to the current database.
block_reads
boolean
The current status for blocked reads.
block_writes
boolean
The current status for blocked writes.
Was this page helpful?