v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
Update aggregator connection
Edits an existing Open-Finance data-aggregator (Pluggy/Belvo) connection by id so a mistyped baseUrl is not permanent. The vendor is immutable. clientId/secret are optional: supply both to rotate the sealed credential, or omit both to leave the stored secret intact. The supplied credential is sealed before persistence and is never returned. A non-aggregator connection id returns 404.
put/v1/discovery/aggregator-connections/{id}
Path parameters
idstring required
Opaque aggregator connection id
Opaque aggregator connection id
Request body
Example request
{
"accountRef": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"baseUrl": "https://api.pluggy.ai",
"configName": "pluggy-main"
}Response
OK
Example response
{
"accountRef": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"baseUrl": "https://api.pluggy.ai",
"configName": "pluggy-main",
"vendor": "pluggy"
}