Skip to content

Commit bc9885d

Browse files
committed
fix docs
1 parent b8851ef commit bc9885d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/paths/v1@links.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ post:
3737
properties:
3838
data:
3939
type: object
40-
$ref: '#/components/schemas/ProofLink'
40+
$ref: '#/components/schemas/Link'
4141
400:
4242
$ref: '#/components/responses/invalidParameter'
4343
401:
@@ -75,7 +75,7 @@ get:
7575
data:
7676
type: array
7777
items:
78-
$ref: '#/components/schemas/ProofLink'
78+
$ref: '#/components/schemas/Link'
7979

8080
400:
8181
$ref: '#/components/responses/invalidParameter'

0 commit comments

Comments
 (0)