v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBReconcilingSources
Update reconciling source
Updates a reconciling source identified by customId. Only the fields sent are changed. Note that updating a customId that does not match any reconciling source also returns 200 without applying any change — no 404 is raised.
patch/reconcilingsources/{companyId}/{customId}
Path parameters
customIdstring required
companyIdstring required
Request body
Example request
{
"name": "Stripe orders feed",
"matchingMetadataKey": "orderId"
}Response
Successful Response