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)
1{2 "db_schema": "lorem",3 "max_rows": -9007199254740991,4 "db_extra_search_path": "lorem",5 "db_pool": -9007199254740991,6 "db_pool_acquisition_timeout": -90071992547409917}