Skip to content

Commit

Permalink
fix: changed ENUM value for reconciliation_method (#360)
Browse files Browse the repository at this point in the history
* changed enum

* Auto generate API docs

---------

Co-authored-by: Siva <[email protected]>
  • Loading branch information
Gaurav Sharma and snarayanank2 authored Sep 26, 2023
1 parent 1f6f48c commit 708b0c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10900,10 +10900,10 @@ components:
type: string
description: |
Specifies the reconciliation method to be used for the statement.
example: TRANSACTION
example: TRANSACTION_DATE
enum:
- POST
- TRANSACTION
- POST_DATE
- TRANSACTION_DATE
start_date:
$ref: '#/components/schemas/timestamptz_utc'
description: |
Expand Down
6 changes: 3 additions & 3 deletions src/components/schemas/statements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ rtf_missing_transaction_from_statement_in:
type: string
description: |
Specifies the reconciliation method to be used for the statement.
example: TRANSACTION
example: TRANSACTION_DATE
enum:
- POST
- TRANSACTION
- POST_DATE
- TRANSACTION_DATE
start_date:
$ref: './fields.yaml#/timestamptz_utc'
description: |
Expand Down

0 comments on commit 708b0c0

Please sign in to comment.