curl --request POST \
--url https://api.example.com/v1/instances/{instance}/databases:batchSync \
--header 'Content-Type: application/json' \
--data '
{
"names": [
"<string>"
],
"parent": "<string>"
}
'{}Synchronizes multiple databases in a single batch operation. Permissions required: bb.databases.sync
curl --request POST \
--url https://api.example.com/v1/instances/{instance}/databases:batchSync \
--header 'Content-Type: application/json' \
--data '
{
"names": [
"<string>"
],
"parent": "<string>"
}
'{}The instance id.
OK
The response is of type object.
Was this page helpful?