docs: openapi node fix (#950)
This commit is contained in:
parent
7c33473c88
commit
436baef20a
|
@ -726,7 +726,7 @@ paths:
|
||||||
"503":
|
"503":
|
||||||
description: Persistence is not enabled
|
description: Persistence is not enabled
|
||||||
|
|
||||||
"/node/spr":
|
"/spr":
|
||||||
get:
|
get:
|
||||||
summary: "Get Node's SPR"
|
summary: "Get Node's SPR"
|
||||||
operationId: getSPR
|
operationId: getSPR
|
||||||
|
@ -744,7 +744,7 @@ paths:
|
||||||
"503":
|
"503":
|
||||||
description: Node SPR not ready, try again later
|
description: Node SPR not ready, try again later
|
||||||
|
|
||||||
"/node/peerid":
|
"/peerid":
|
||||||
get:
|
get:
|
||||||
summary: "Get Node's PeerID"
|
summary: "Get Node's PeerID"
|
||||||
operationId: getPeerId
|
operationId: getPeerId
|
||||||
|
|
Loading…
Reference in New Issue