Postgres databases
Update database
Update an existing Postgres database connection and optionally its replication slot.
PUT
Path parameters
The database ID or name to update
Request body
For updates, the
replication_slots array is optional. If provided, it must contain a single replication slot object. If you include a replication slot, it must have an id field to identify which slot to update.A name for this database connection. You can use this name to identify the database across the API.
The full connection URL for the database, e.g.
postgresql://postgres:secret-password@db.example.com:5432/postgres.Pass in either this parameter or database, hostname, port, username, password.To specify SSL, use the separate ssl field.The database server hostname.
The name of the logical database in Postgres.
The database username.
The database password.
The database server port.
Whether to use SSL for the connection.
Whether to use IPv6 for the connection.
Connection details for the primary database, only needed when connecting to a replica.
Optional metadata as key-value pairs.

