Updates project's postgrest config
patch
/v1/projects/{ref}/postgrestOAuth scopes
- rest: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": 42,4 "db_extra_search_path": "lorem",5 "db_pool": 42,6 "db_pool_acquisition_timeout": 427}