Discovery
Update discovery connection
Updates a Matcher-owned Fetcher connection and synchronizes the local discovery cache.
patch/v1/discovery/connections/{connectionId}
Path parameters
connectionIdstring uuid required
Matcher connection ID
Example:3fa85f64-5717-4562-b3fc-2c963f66afa6
Matcher connection ID
Request body
Example request
{
"configName": "prod-ledger-db",
"databaseName": "ledger",
"databaseType": "POSTGRESQL",
"host": "db.internal.example.com",
"port": 5432,
"schema": "public",
"userName": "matcher_ro"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.