From dbe859cdf5416fc6fe8842def80ca8e8ca06dc16 Mon Sep 17 00:00:00 2001 From: emarsys-ziyad <117644157+emarsys-ziyad@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:21:36 +0100 Subject: [PATCH] Spec corrections (#3) SMSDEV-2486 Co-authored-by: matusekma --------- Co-authored-by: matusekma --- openapi/sms/v1/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/sms/v1/common.yaml b/openapi/sms/v1/common.yaml index 25f6daf..417965d 100644 --- a/openapi/sms/v1/common.yaml +++ b/openapi/sms/v1/common.yaml @@ -102,7 +102,7 @@ components: content: application/json: schema: - $ref: './common.yaml#/components/schemas/InvalidFormatErrorBatch' + $ref: '#/components/schemas/InvalidFormatErrorBatch' AuthenticationFailedResponse: description: Authentication failed - Invalid or missing OAuth token AuthorizationFailedResponse: @@ -116,4 +116,4 @@ components: content: application/json: schema: - $ref: './common.yaml#/components/schemas/Error' \ No newline at end of file + $ref: '#/components/schemas/Error'