Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Jan 12, 2024
2 parents ab2bcaf + bc9885d commit 3bd22d8
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 3bd22d8

Please sign in to comment.