Commit 9f7e5918 authored by moscatelli's avatar moscatelli
Browse files

SOL002/SOL003: API verions interface updated

parent 0f42dc90
Loading
Loading
Loading
Loading
Loading
+15 −16
Original line number Original line Diff line number Diff line
# Copyright (c) ETSI 2017.
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
# https://forge.etsi.org/etsi-forge-copyright-notice.txt

endpoints:
endpoints:
  api-versions:
  api-versions:
    parameters:
    parameters:
@@ -23,7 +22,7 @@ endpoints:
            The response body shall contain 4.4 API version
            The response body shall contain 4.4 API version
            information, as defined in clause 4.4.1.13.
            information, as defined in clause 4.4.1.13.
          schema:
          schema:
            $ref: '../../definitions/SOL002SOL003_def.yaml#/definitions/ApiVersionInformation'
            $ref: '../definitions/SOL002SOL003_def.yaml#/definitions/ApiVersionInformation'
          headers:
          headers:
            Content-Type:
            Content-Type:
              description: The MIME type of the body of the response.
              description: The MIME type of the body of the response.
@@ -35,17 +34,17 @@ endpoints:
              type: string
              type: string
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
        400: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/400' }
        401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
        401: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/401' }
        403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' }
        403: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/403' }
        404: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/404' }
        404: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/404' }
        405: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/405' }
        405: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/405' }
        406: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/406' }
        406: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/406' }
        413: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/413' }
        413: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/413' }
        414: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/414' }
        414: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/414' }
        416: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/416' }
        416: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/416' }
        422: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/422' }
        422: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/422' }
        429: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/429' }
        429: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/429' }
        500: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/500' }
        500: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/500' }
        503: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/503' }
        503: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/503' }
        504: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/504' }
        504: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/504' }
 No newline at end of file