From 37c47fefbf2bebaf39c4ea63146838444a5c36d3 Mon Sep 17 00:00:00 2001 From: PerNordanlind <133763846+PerNordanlind@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:10:42 +0200 Subject: [PATCH] Update SignatoryRightsResponse.yaml --- openapi/v2/components/responses/SignatoryRightsResponse.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/v2/components/responses/SignatoryRightsResponse.yaml b/openapi/v2/components/responses/SignatoryRightsResponse.yaml index c21911c..3d10bc2 100644 --- a/openapi/v2/components/responses/SignatoryRightsResponse.yaml +++ b/openapi/v2/components/responses/SignatoryRightsResponse.yaml @@ -2,7 +2,7 @@ description: Reply with requested company data. content: application/json: schema: - $ref: '../schemas/SignatoryRights.yaml' + $ref: '../schemas/SignatoryRightsList.yaml' examples: Signatory-Example-1: $ref: '../examples/SignatoryRightsExample_1.yaml' @@ -15,4 +15,4 @@ content: Signatory-Example-5: $ref: '../examples/SignatoryRightsExample_SV_1.yaml' Signatory-Example-6: - $ref: '../examples/SignatoryRightsExample_NO_1.yaml' \ No newline at end of file + $ref: '../examples/SignatoryRightsExample_NO_1.yaml'