Guides

Update Database

Update database by sending below payload. All keys are mandatory.

REQUEST PAYLOAD

{
  "key": "database",
  "value": {
    "db_url": "mysql://USER:PASSWORD@DB_HOST/DATABASE"
  }
}

All events listed in Webhooks Events section are auto-enabled for DB export

REQUEST PARAMETERS

ParametersTypeDescription
keystringSet to database
value.db_urlstringCan be an empty string
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!