Skip to main content
POST
/
v1
/
instances
/
{instance}
/
databases:batchSync
cURL
curl --request POST \
  --url https://api.example.com/v1/instances/{instance}/databases:batchSync \
  --header 'Content-Type: application/json' \
  --data '
{
  "names": [
    "<string>"
  ],
  "parent": "<string>"
}
'
{}

Path Parameters

instance
string
required

The instance id.

Body

application/json
names
string[]
required

The list of database names to sync.

parent
string

The parent resource shared by all databases being updated. Format: instances/{instance} If the operation spans parents, a dash (-) may be accepted as a wildcard.

Response

OK

The response is of type object.