Shows configuration parameters for an existing database cluster by sending a GET request to/v2/databases/$DATABASE_ID/config.The response is a JSON object with a config key, which is set to an objectcontaining any database configuration parameters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the configuration for an existing database cluster, send a PATCH request to/v2/databases/$DATABASE_ID/config.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Shows configuration parameters for an existing database cluster by sending a GET request to/v2/databases/$DATABASE_ID/config.The response is a JSON object with a config key, which is set to an objectcontaining any database configuration parameters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the configuration for an existing database cluster, send a PATCH request to/v2/databases/$DATABASE_ID/config.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/config