Skip to content

Commit

Permalink
Spec corrections (#3) SMSDEV-2486
Browse files Browse the repository at this point in the history
Co-authored-by: matusekma <[email protected]>

---------

Co-authored-by: matusekma <[email protected]>
  • Loading branch information
emarsys-ziyad and matusekma authored Feb 1, 2023
1 parent b0d5c6e commit dbe859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/sms/v1/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -116,4 +116,4 @@ components:
content:
application/json:
schema:
$ref: './common.yaml#/components/schemas/Error'
$ref: '#/components/schemas/Error'

0 comments on commit dbe859c

Please sign in to comment.