cURL
curl --request POST \ --url https://api.example.com/api/metastore/catalogs/sync \ --header 'Authorization: Bearer <token>'
{ "success": true }
Manually trigger catalog sync.
The access token received from the authorization server in the OAuth 2.0 flow.
Catalogs synced successfully.
Indicates whether the task completed successfully.
Was this page helpful?