From b8ec85e09ff30583034c3c7143a8bafcfe029d65 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:56:41 +0100 Subject: [PATCH] chore: clarify accepted Peer IDs --- src/routing/http-routing-v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routing/http-routing-v1.md b/src/routing/http-routing-v1.md index 8108a247..164c3a71 100644 --- a/src/routing/http-routing-v1.md +++ b/src/routing/http-routing-v1.md @@ -148,7 +148,7 @@ Each object in the `Providers` list is a record conforming to a schema, usually #### Path Parameters - `peer-id` is the [Peer ID](https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md) to fetch peer records for, -represented as a CIDv1 encoded with `libp2p-key` codec. +represented as either a Multihash in Base58btc, or a CIDv1 with libp2p-key (`0x72`) codec. #### Request Query Parameters