curl --request POST \
--url https://api.example.com/v1/instances/{instance}/databases/{database}:sync \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{}Synchronizes database schema from the instance. Permissions required: bb.databases.sync
curl --request POST \
--url https://api.example.com/v1/instances/{instance}/databases/{database}:sync \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{}Was this page helpful?