diff --git a/docs/spec/paths/v1@links.yaml b/docs/spec/paths/v1@links.yaml index 0bf2460..5948cbc 100644 --- a/docs/spec/paths/v1@links.yaml +++ b/docs/spec/paths/v1@links.yaml @@ -37,7 +37,7 @@ post: properties: data: type: object - $ref: '#/components/schemas/ProofLink' + $ref: '#/components/schemas/Link' 400: $ref: '#/components/responses/invalidParameter' 401: @@ -75,7 +75,7 @@ get: data: type: array items: - $ref: '#/components/schemas/ProofLink' + $ref: '#/components/schemas/Link' 400: $ref: '#/components/responses/invalidParameter'