Skip to content

Commit

Permalink
Merge pull request #31 from ipni/hex-encoded-multihash
Browse files Browse the repository at this point in the history
Update spec to specify that hex multihash is allowed
  • Loading branch information
gammazero authored Jul 12, 2024
2 parents 90648bc + 894a56e commit 9513cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ paths:
parameters:
- name: multihash
in: path
description: The base58 string representation of the multihash.
description: The base58 or hex string representation of the multihash.
required: true
- $ref: '#/components/parameters/Cascade'
responses:
Expand Down Expand Up @@ -296,4 +296,4 @@ components:
type: string
externalDocs:
description: IPNI Specification
url: https://github.com/ipni/specs/blob/main/IPNI.md
url: https://github.com/ipni/specs/blob/main/IPNI.md

0 comments on commit 9513cd3

Please sign in to comment.