curl --request POST \
--url https://api.example.com/v1/instances/{instance}:sync \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"enableFullSync": true
}
'{
"databases": [
"<string>"
]
}Syncs database schemas and metadata from an instance. Permissions required: bb.instances.sync
curl --request POST \
--url https://api.example.com/v1/instances/{instance}:sync \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"enableFullSync": true
}
'{
"databases": [
"<string>"
]
}The instance id.
OK
All database name list in the instance.
Was this page helpful?