v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Rest

Updates project's postgrest config

patch/v1/projects/{ref}/postgrest

Path parameters

refstring required
Example:abcdefghijklmnopqrst

Project ref

Request body

db_extra_search_pathstring
db_schemastring
max_rowsinteger
db_poolinteger
db_pool_acquisition_timeoutinteger

Example request

{
  "db_schema": "public,storage",
  "db_pool": 20,
  "max_rows": 1000
}

Response

db_schemastring required
max_rowsinteger required
db_extra_search_pathstring required
db_poolinteger nullable required

If null, the value is automatically configured based on compute size.

db_pool_acquisition_timeoutinteger nullable required

If null, the value is automatically configured to 10.