Skip to content

Commit

Permalink
chore: Update OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Feb 7, 2025
1 parent 532e3c2 commit 830f6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Base URLs:
|Scope|Scope Description|
|---|---|

<h1 id="ledger-api-ledger">ledger</h1>
<h1 id="ledger-api-ledger-v2">ledger.v2</h1>

## Show server information

Expand Down Expand Up @@ -106,8 +106,6 @@ To perform this operation, you must be authenticated by means of one of the foll
Authorization ( Scopes: ledger:read )
</aside>

<h1 id="ledger-api-ledger-v2">ledger.v2</h1>

## List ledgers

<a id="opIdv2ListLedgers"></a>
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ paths:
/_/info:
get:
tags:
- ledger
- ledger.v2
summary: Show server information
operationId: v2GetInfo
x-speakeasy-name-override: GetInfo
Expand Down Expand Up @@ -1204,7 +1204,7 @@ paths:
/_/metrics:
get:
tags:
- ledger
- ledger.v2
summary: Read in memory metrics
operationId: getMetrics
x-speakeasy-name-override: GetMetrics
Expand Down

0 comments on commit 830f6af

Please sign in to comment.