Skip to content

Commit

Permalink
Merged PR 85612: Updated bank-feed-bank-account-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Codat Pipeline Bot committed Dec 19, 2024
1 parent 4b97673 commit 154e6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/Codat-Bank-Feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion yaml/Codat-Bank-Feeds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 154e6b5

Please sign in to comment.