Skip to content

Commit

Permalink
Update spec to specify that hex multihash is allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jul 9, 2024
1 parent 90648bc commit 894a56e
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 894a56e

Please sign in to comment.