Skip to content

Commit

Permalink
chore: clarify accepted Peer IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Nov 4, 2024
1 parent 12517ce commit b8ec85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/http-routing-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8ec85e

Please sign in to comment.