From 4fd34fbb4b1a4defd66ea477003bbbc016f25fae Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:53:28 +0100 Subject: [PATCH] Since store allows to query own node, we do not require peerId for the query as mandatory --- api-spec/storeapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api-spec/storeapi.yaml b/api-spec/storeapi.yaml index 42dd227..f7f3379 100644 --- a/api-spec/storeapi.yaml +++ b/api-spec/storeapi.yaml @@ -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.