Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Jan 12, 2024
1 parent b8851ef commit bc9885d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/paths/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ post:
properties:
data:
type: object
$ref: '#/components/schemas/ProofLink'
$ref: '#/components/schemas/Link'
400:
$ref: '#/components/responses/invalidParameter'
401:
Expand Down Expand Up @@ -75,7 +75,7 @@ get:
data:
type: array
items:
$ref: '#/components/schemas/ProofLink'
$ref: '#/components/schemas/Link'

400:
$ref: '#/components/responses/invalidParameter'
Expand Down

0 comments on commit bc9885d

Please sign in to comment.