v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Discovery

Refresh discovery

Use this endpoint to force an immediate sync with the Fetcher service, updating the list of connections and their schemas.

post/v1/discovery/refresh

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Refresh result

connectionsSyncedinteger

Number of connections synced during the refresh

Example response

{
  "connectionsSynced": 3
}