Postgres Clusters
Enable Extension
Enable a Postgres extension within a specific database. PostGIS extensions require a PostGIS-enabled cluster.
post/postgres/{postgres_cluster_id}/databases/{database_name}/extensions
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
database_namestring required
Database Name
Request body
Example request
{
"name": "citext"
}Response
No Content