Skip to content

Commit

Permalink
docs: clarify peer id as Cidv1
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 26, 2023
1 parent 2c85e3c commit 25d51dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routing/http-routing-v1.md
Expand Up @@ -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

Expand Down

0 comments on commit 25d51dc

Please sign in to comment.