Path Parameters
The instance id.
Body
application/json
Response
OK
All database name list in the instance.
{
  "databases": [
    "<string>"
  ]
}Syncs database schemas and metadata from an instance. Permissions required: bb.instances.sync
{
  "databases": [
    "<string>"
  ]
}The instance id.
OK
All database name list in the instance.
Was this page helpful?