Skip to content

Commit

Permalink
docs: openapi node fix (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Oct 14, 2024
1 parent 7c33473 commit 436baef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ paths:
"503":
description: Persistence is not enabled

"/node/spr":
"/spr":
get:
summary: "Get Node's SPR"
operationId: getSPR
Expand All @@ -744,7 +744,7 @@ paths:
"503":
description: Node SPR not ready, try again later

"/node/peerid":
"/peerid":
get:
summary: "Get Node's PeerID"
operationId: getPeerId
Expand Down

0 comments on commit 436baef

Please sign in to comment.