Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated PR created by OAS bot #978

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/oas/Codat-Accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -114581,7 +114581,7 @@
"$ref": "#/components/responses/Service-Unavailable"
}
},
"summary": "Upload invoice attachment",
"summary": "Upload transfer attachment",
"description": "The *Upload transfer attachment* endpoint uploads an attachment and assigns it against a specific `transferId`.\n\n[Transfers](https://docs.codat.io/accounting-api#/schemas/Transfer) are issued by a supplier for the purpose of recording transfer.\n\n**Integration-specific behaviour**\n\nFor more details on supported file types by integration see [Attachments](https://docs.codat.io/accounting-api#/schemas/Attachment).\n\nCheck out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=transfers) for integrations that support uploading a transfer attachment.\n",
"operationId": "upload-transfer-attachment"
}
Expand Down
1 change: 1 addition & 0 deletions static/oas/Codat-Bank-Feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@
],
"get": {
"summary": "Get create/update bank account model",
"x-internal": true,
"tags": [
"Bank accounts"
],
Expand Down
4 changes: 1 addition & 3 deletions static/oas/Codat-Sync-Expenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -1728,9 +1728,7 @@
},
"trackingRefs": [
{
"id": "dde5b35f-5d33-40bd-a34f-ee529f4c785c"
},
{
"id": "dde5b35f-5d33-40bd-a34f-ee529f4c785c",
"dataType": "trackingCategories"
}
],
Expand Down
Loading