Update a database configuration belonging to the organization or user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The slug of the organization or user account.
The name of the database.
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.
false
Block all database writes.
false
Prevent the database from being deleted.
true
Successful response
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
"10000"
Allow or disallow attaching databases to the current database.
true
The current status for blocked reads.
false
The current status for blocked writes.
false
Prevent the database from being deleted.
true