From 154e6b543be8e68a3c59d1b16ce5d9f6c2457ca2 Mon Sep 17 00:00:00 2001 From: Codat Pipeline Bot Date: Thu, 19 Dec 2024 11:53:22 +0000 Subject: [PATCH] Merged PR 85612: Updated bank-feed-bank-account-update.md --- json/Codat-Bank-Feeds.json | 2 +- yaml/Codat-Bank-Feeds.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/Codat-Bank-Feeds.json b/json/Codat-Bank-Feeds.json index d9698cd..fcf3a56 100644 --- a/json/Codat-Bank-Feeds.json +++ b/json/Codat-Bank-Feeds.json @@ -3535,7 +3535,7 @@ "Source accounts" ], "summary": "Update source account", - "description": "The _Update source account_ endpoint updates a single source account for a single data connection connected to a single company.\n\n### Tips and pitfalls\n\n* This endpoint only updates the `accountName` field.\n* Updates made here apply exclusively to source accounts and will not affect target accounts in the accounting software.", + "description": "The _Update source account_ endpoint updates a single source account for a single data connection connected to a single company.\n\n### Tips and pitfalls\n\n* This endpoint makes it possible to update the `accountName`, `status`, and `balance` fields.\n * The `status` field can only be updated to 'disconnected'.\n * The `balance` field can only be updated on accounts that are **not** 'connected'.\n* Updates made here apply exclusively to source accounts and will not affect target accounts in the accounting software.", "operationId": "update-source-account", "parameters": [ { diff --git a/yaml/Codat-Bank-Feeds.yaml b/yaml/Codat-Bank-Feeds.yaml index 9165c81..8d1366a 100644 --- a/yaml/Codat-Bank-Feeds.yaml +++ b/yaml/Codat-Bank-Feeds.yaml @@ -2406,7 +2406,7 @@ paths: tags: - Source accounts summary: Update source account - description: "\uFEFFThe _Update source account_ endpoint updates a single source account for a single data connection connected to a single company.\n\n### Tips and pitfalls\n\n* This endpoint only updates the `accountName` field.\n* Updates made here apply exclusively to source accounts and will not affect target accounts in the accounting software." + description: "\uFEFFThe _Update source account_ endpoint updates a single source account for a single data connection connected to a single company.\n\n### Tips and pitfalls\n\n* This endpoint makes it possible to update the `accountName`, `status`, and `balance` fields.\n * The `status` field can only be updated to 'disconnected'.\n * The `balance` field can only be updated on accounts that are **not** 'connected'.\n* Updates made here apply exclusively to source accounts and will not affect target accounts in the accounting software." operationId: update-source-account parameters: - $ref: '#/components/parameters/companyId'