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:
NagyZoltanPeter 2024-03-11 10:45:13 +01:00 committed by GitHub
commit 94f98e8007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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.