From 830f6af76c55ca3922b48cd320361198f0947a90 Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Fri, 7 Feb 2025 17:57:37 +0100 Subject: [PATCH] chore: Update OpenAPI --- docs/api/README.md | 4 +--- openapi.yaml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/api/README.md b/docs/api/README.md index f5b50b13e..ef33b0c44 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -19,7 +19,7 @@ Base URLs: |Scope|Scope Description| |---|---| -

ledger

+

ledger.v2

## Show server information @@ -106,8 +106,6 @@ To perform this operation, you must be authenticated by means of one of the foll Authorization ( Scopes: ledger:read ) -

ledger.v2

- ## List ledgers diff --git a/openapi.yaml b/openapi.yaml index 43b85c962..c6eef1638 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1175,7 +1175,7 @@ paths: /_/info: get: tags: - - ledger + - ledger.v2 summary: Show server information operationId: v2GetInfo x-speakeasy-name-override: GetInfo @@ -1204,7 +1204,7 @@ paths: /_/metrics: get: tags: - - ledger + - ledger.v2 summary: Read in memory metrics operationId: getMetrics x-speakeasy-name-override: GetMetrics