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
Allow or disallow attaching databases to the current database.
Block all database reads.
Block all database writes.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Response
200 - application/json
Allow or disallow attaching databases to the current database.
The current status for blocked reads.
The current status for blocked writes.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Was this page helpful?