From 25d51dcdb0dbb1c4e4e66330afa1a3bc7aa4fa20 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 1 Jun 2023 10:58:20 +0200 Subject: [PATCH] docs: clarify peer id as Cidv1 --- src/routing/http-routing-v1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routing/http-routing-v1.md b/src/routing/http-routing-v1.md index ea400b6fa..655467184 100644 --- a/src/routing/http-routing-v1.md +++ b/src/routing/http-routing-v1.md @@ -108,7 +108,8 @@ Each object in the `Providers` list is a *read provider record*. #### 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. +- `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. #### Response Status Codes