Skip to content

Commit

Permalink
Update OpenAPI with anrok as integration type for integration_customer (
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents authored Sep 4, 2024
1 parent 7a9575c commit 607d74f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/schemas/CustomerCreateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ properties:
example: 'netsuite'
description: |-
The integration type used for accounting and tax syncs.
Accepted values: `netsuite`.
Accepted values: `netsuite, anrok`.
enum:
- netsuite
- anrok
integration_code:
type: string
example: 'netsuite-eu-1'
Expand Down
3 changes: 2 additions & 1 deletion src/schemas/IntegrationCustomer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ properties:
example: 'netsuite'
description: |-
The integration type used for accounting and tax syncs.
Accepted values: `netsuite`.
Accepted values: `netsuite, anrok`.
enum:
- netsuite
- anrok
integration_code:
type: string
example: 'netsuite-eu-1'
Expand Down

0 comments on commit 607d74f

Please sign in to comment.