Databases
Update Database Configuration
Update a database configuration belonging to the organization or user.
PATCH
Path Parameters
The slug of the organization or user account.
The name of the database.
Body
application/json
The configuration to be applied to the chosen database.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Allow or disallow attaching databases to the current database.
Block all database reads.
Example:
false
Block all database writes.
Example:
false
Response
200 - application/json
Successful response
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Example:
"10000"
Allow or disallow attaching databases to the current database.
Example:
true
The current status for blocked reads.
Example:
false
The current status for blocked writes.
Example:
false
Was this page helpful?