Merge pull request #6 from waku-org/chore/allow-empty-peerid-store-query
Chore: Non mandatory peerId for Store query
This commit is contained in:
commit
94f98e8007
|
@ -12,7 +12,6 @@ get:
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
|
||||||
description: >
|
description: >
|
||||||
P2P fully qualified peer multiaddress
|
P2P fully qualified peer multiaddress
|
||||||
in the format `(ip4|ip6)/tcp/p2p/$peerId` and URL-encoded.
|
in the format `(ip4|ip6)/tcp/p2p/$peerId` and URL-encoded.
|
||||||
|
|
Loading…
Reference in New Issue