Skip to content

Commit

Permalink
feat(ledger): Update OPENAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jan 16, 2024
1 parent f1c4401 commit 801ffe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions components/ledger/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2717,8 +2717,8 @@ components:
state:
type: string
enum:
- to do
- done
- TO DO
- DONE
V2AccountsCursorResponse:
type: object
required:
Expand Down Expand Up @@ -3214,8 +3214,8 @@ components:
state:
type: string
enum:
- to do
- done
- TO DO
- DONE
V2Bulk:
type: array
items:
Expand Down
4 changes: 2 additions & 2 deletions components/ledger/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1785,5 +1785,5 @@ components:
state:
type: string
enum:
- "to do"
- "done"
- "TO DO"
- "DONE"
4 changes: 2 additions & 2 deletions components/ledger/openapi/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1528,8 +1528,8 @@ components:
state:
type: string
enum:
- "to do"
- "done"
- "TO DO"
- "DONE"

V2Bulk:
type: array
Expand Down

1 comment on commit 801ffe5

@vercel
Copy link

@vercel vercel bot commented on 801ffe5 Jan 16, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.