docs: openapi node fix (#950)
This commit is contained in:
parent
7c33473c88
commit
436baef20a
|
@ -726,7 +726,7 @@ paths:
|
|||
"503":
|
||||
description: Persistence is not enabled
|
||||
|
||||
"/node/spr":
|
||||
"/spr":
|
||||
get:
|
||||
summary: "Get Node's SPR"
|
||||
operationId: getSPR
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue