Skip to content
Snippets Groups Projects
Commit 9f7e5918 authored by moscatelli's avatar moscatelli
Browse files

SOL002/SOL003: API verions interface updated

parent 0f42dc90
No related branches found
No related tags found
No related merge requests found
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
endpoints:
api-versions:
parameters:
......@@ -23,7 +22,7 @@ endpoints:
The response body shall contain 4.4 API version
information, as defined in clause 4.4.1.13.
schema:
$ref: '../../definitions/SOL002SOL003_def.yaml#/definitions/ApiVersionInformation'
$ref: '../definitions/SOL002SOL003_def.yaml#/definitions/ApiVersionInformation'
headers:
Content-Type:
description: The MIME type of the body of the response.
......@@ -35,17 +34,17 @@ endpoints:
type: string
maximum: 1
minimum: 1
400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' }
404: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/404' }
405: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/405' }
406: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/406' }
413: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/413' }
414: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/414' }
416: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/416' }
422: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/422' }
429: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/429' }
500: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/500' }
503: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/503' }
504: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/504' }
400: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/400' }
401: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/401' }
403: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/403' }
404: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/404' }
405: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/405' }
406: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/406' }
413: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/413' }
414: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/414' }
416: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/416' }
422: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/422' }
429: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/429' }
500: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/500' }
503: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/503' }
504: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/504' }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment