From 801ffe5bf4d4c77178a11a6250b24533cfffc604 Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Tue, 16 Jan 2024 15:03:30 +0100 Subject: [PATCH] feat(ledger): Update OPENAPI --- components/ledger/openapi.yaml | 8 ++++---- components/ledger/openapi/v1.yaml | 4 ++-- components/ledger/openapi/v2.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/ledger/openapi.yaml b/components/ledger/openapi.yaml index 314d34d0ac..dd1e2a09c9 100644 --- a/components/ledger/openapi.yaml +++ b/components/ledger/openapi.yaml @@ -2717,8 +2717,8 @@ components: state: type: string enum: - - to do - - done + - TO DO + - DONE V2AccountsCursorResponse: type: object required: @@ -3214,8 +3214,8 @@ components: state: type: string enum: - - to do - - done + - TO DO + - DONE V2Bulk: type: array items: diff --git a/components/ledger/openapi/v1.yaml b/components/ledger/openapi/v1.yaml index 19b3e2b61e..822d75e929 100644 --- a/components/ledger/openapi/v1.yaml +++ b/components/ledger/openapi/v1.yaml @@ -1785,5 +1785,5 @@ components: state: type: string enum: - - "to do" - - "done" \ No newline at end of file + - "TO DO" + - "DONE" \ No newline at end of file diff --git a/components/ledger/openapi/v2.yaml b/components/ledger/openapi/v2.yaml index 1e79cb55b3..706e46a51f 100644 --- a/components/ledger/openapi/v2.yaml +++ b/components/ledger/openapi/v2.yaml @@ -1528,8 +1528,8 @@ components: state: type: string enum: - - "to do" - - "done" + - "TO DO" + - "DONE" V2Bulk: type: array