Since store allows to query own node, we do not require peerId for the query as mandatory
This commit is contained in:
parent
ab4eddf9a7
commit
4fd34fbb4b
|
@ -12,7 +12,6 @@ get:
|
|||
in: query
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
description: >
|
||||
P2P fully qualified peer multiaddress
|
||||
in the format `(ip4|ip6)/tcp/p2p/$peerId` and URL-encoded.
|
||||
|
|
Loading…
Reference in New Issue