PUT /v1/projects/{ref}/config/database/postgres

Servers

Path parameters

Name Type Required Description
ref String Yes

Project ref

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
max_parallel_workers Integer No
max_locks_per_transaction Integer No
shared_buffers String No
session_replication_role String No

Possible values:

  • "local"
  • "origin"
  • "replica"
work_mem String No
max_worker_processes Integer No
max_connections Integer No
max_parallel_maintenance_workers Integer No
effective_cache_size String No
maintenance_work_mem String No
max_parallel_workers_per_gather Integer No
statement_timeout String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.