Updates project's postgrest config
patch
/v1/projects/{ref}/postgrestOAuth scopes
- rest:write
The fine-grained token must include the following permissions to access this endpoint:
- data_api_config_write
Path parameters
- refRequiredstring
Project ref
Body
- db_extra_search_pathOptionalstring
- db_schemaOptionalstring
- max_rowsOptionalinteger
- db_poolOptionalinteger
- db_pool_acquisition_timeoutOptionalinteger
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "db_schema": "lorem", "max_rows": -9007199254740991, "db_extra_search_path": "lorem", "db_pool": -9007199254740991, "db_pool_acquisition_timeout": -9007199254740991}