Skip to content

Commit

Permalink
Merge pull request #921 from codatio/oas-sync
Browse files Browse the repository at this point in the history
Automated PR created by OAS bot
  • Loading branch information
dcoplowe authored Dec 8, 2023
2 parents 8fb1cc5 + 32a552c commit 9e0aa66
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions static/oas/Codat-Sync-Commerce-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,11 @@
"summary": "Retrieve preferences for text fields on sync flow",
"description": "To enable retrieval of preferences set for the text fields on Sync Flow.",
"operationId": "get-config-text-sync-flow",
"parameters": [
{
"$ref": "#/components/parameters/locale"
}
],
"responses": {
"200": {
"description": "Success",
Expand Down Expand Up @@ -822,6 +827,11 @@
"summary": "Update preferences for text fields on sync flow",
"description": "To enable update of preferences set for the text fields on sync flow.",
"operationId": "update-config-text-sync-flow",
"parameters": [
{
"$ref": "#/components/parameters/locale"
}
],
"requestBody": {
"description": "",
"content": {
Expand Down Expand Up @@ -18524,6 +18534,20 @@
"description": "A unique 4-letter key to represent a platform in each integration. View [accounting](https://docs.codat.io/integrations/accounting/overview#platform-keys), [banking](https://docs.codat.io/integrations/banking/overview#platform-keys), and [commerce](https://docs.codat.io/integrations/commerce/overview#platform-keys) platform keys."
},
"description": "A unique 4-letter key to represent a platform in each integration. View [accounting](https://docs.codat.io/integrations/accounting/overview#platform-keys), [banking](https://docs.codat.io/integrations/banking/overview#platform-keys), and [commerce](https://docs.codat.io/integrations/commerce/overview#platform-keys) platform keys."
},
"locale": {
"name": "locale",
"in": "query",
"required": true,
"example": "en-us",
"schema": {
"type": "string",
"enum": [
"en-us",
"fr-fr"
]
},
"description": "Localization identifier for English (US) or French."
}
},
"securitySchemes": {
Expand Down
24 changes: 24 additions & 0 deletions static/oas/Codat-Sync-Commerce.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,11 @@
"description": "Return preferences set for the text fields on sync flow.",
"operationId": "get-config-text-sync-flow",
"x-speakeasy-name-override": "get-config-text-sync-flow",
"parameters": [
{
"$ref": "#/components/parameters/locale"
}
],
"responses": {
"200": {
"description": "Success",
Expand Down Expand Up @@ -915,6 +920,11 @@
"description": "Set preferences for the text fields on sync flow.",
"operationId": "update-config-text-sync-flow",
"x-speakeasy-name-override": "update-config-text-sync-flow",
"parameters": [
{
"$ref": "#/components/parameters/locale"
}
],
"requestBody": {
"description": "",
"content": {
Expand Down Expand Up @@ -3466,6 +3476,20 @@
"description": "A unique 4-letter key to represent a platform in each integration. View [accounting](https://docs.codat.io/integrations/accounting/overview#platform-keys), [banking](https://docs.codat.io/integrations/banking/overview#platform-keys), and [commerce](https://docs.codat.io/integrations/commerce/overview#platform-keys) platform keys."
},
"description": "A unique 4-letter key to represent a platform in each integration. View [accounting](https://docs.codat.io/integrations/accounting/overview#platform-keys), [banking](https://docs.codat.io/integrations/banking/overview#platform-keys), and [commerce](https://docs.codat.io/integrations/commerce/overview#platform-keys) platform keys."
},
"locale": {
"name": "locale",
"in": "query",
"required": true,
"example": "en-us",
"schema": {
"type": "string",
"enum": [
"en-us",
"fr-fr"
]
},
"description": "Localization identifier for English (US) or French."
}
},
"securitySchemes": {
Expand Down

1 comment on commit 9e0aa66

@vercel
Copy link

@vercel vercel bot commented on 9e0aa66 Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

codat-docs – ./

codat-docs-codat.vercel.app
codat-docs.vercel.app
codat-docs-git-main-codat.vercel.app
docs.codat.io

Please sign in to comment.