Skip to main content
POST
/
api
/
metastore
/
catalogs
/
sync
Sync catalogs
curl --request POST \
  --url https://api.example.com/api/metastore/catalogs/sync \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Catalogs synced successfully.

success
boolean
required

Indicates whether the task completed successfully.