Skip to main content
POST
/
v1
/
instances
/
{instance}
/
databases
/
{database}
:sync
cURL
curl --request POST \
  --url https://api.example.com/v1/instances/{instance}/databases/{database}:sync \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Path Parameters

instance
string
required

The instance id.

database
string
required

The database id.

Body

application/json
name
string
required

The name of the database to sync. Format: instances/{instance}/databases/{database}

Response

OK

The response is of type object.