Skip to content

SetupConfigController_databaseConfigure

POST
/setup/v1/database/configure
curl --request POST \
--url https://your-store.example.com/setup/v1/database/configure \
--header 'Content-Type: application/json' \
--data '{ "mode": "bare_metal", "url": "example" }'
Media type application/json
object
mode
required
string
Allowed values: bare_metal external
url
string
>= 1 characters <= 2048 characters