Commit 9ac9a24d authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Edit SOL021_endpoints.yaml

parent c6c51c50
Loading
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ endpoints:
        schema:
          type: string
      - name: Authorization
        description: >-
        description: >
          The authorization token for the request. Reference: IETF RFC 7235
        in: header
        required: false
@@ -25,7 +25,7 @@ endpoints:
        supported.
      responses:
        200:
          description: >
          description: |
            200 OK
            
            API version information was read successfully.
@@ -34,7 +34,7 @@ endpoints:
          content:
            application/json:
              schema:
                $ref: '../definitions/SOL021_def.yaml#/definitions/schemas/ApiVersionInformation'
                $ref: ../definitions/SOL021_def.yaml#/definitions/schemas/ApiVersionInformation
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
@@ -58,30 +58,30 @@ endpoints:
                maximum: 1
                minimum: 1
        400:
          $ref: '../responses/SOL021_resp.yaml#/responses/400'
          $ref: ../responses/SOL021_resp.yaml#/responses/400
        401:
          $ref: '../responses/SOL021_resp.yaml#/responses/401'
          $ref: ../responses/SOL021_resp.yaml#/responses/401
        403:
          $ref: '../responses/SOL021_resp.yaml#/responses/403'
          $ref: ../responses/SOL021_resp.yaml#/responses/403
        404:
          $ref: '../responses/SOL021_resp.yaml#/responses/404'
          $ref: ../responses/SOL021_resp.yaml#/responses/404
        405:
          $ref: '../responses/SOL021_resp.yaml#/responses/405'
          $ref: ../responses/SOL021_resp.yaml#/responses/405
        406:
          $ref: '../responses/SOL021_resp.yaml#/responses/406'
          $ref: ../responses/SOL021_resp.yaml#/responses/406
        413:
          $ref: '../responses/SOL021_resp.yaml#/responses/413'
          $ref: ../responses/SOL021_resp.yaml#/responses/413
        414:
          $ref: '../responses/SOL021_resp.yaml#/responses/414'
          $ref: ../responses/SOL021_resp.yaml#/responses/414
        416:
          $ref: '../responses/SOL021_resp.yaml#/responses/416'
          $ref: ../responses/SOL021_resp.yaml#/responses/416
        422:
          $ref: '../responses/SOL021_resp.yaml#/responses/422'
          $ref: ../responses/SOL021_resp.yaml#/responses/422
        429:
          $ref: '../responses/SOL021_resp.yaml#/responses/429'
          $ref: ../responses/SOL021_resp.yaml#/responses/429
        500:
          $ref: '../responses/SOL021_resp.yaml#/responses/500'
          $ref: ../responses/SOL021_resp.yaml#/responses/500
        503:
          $ref: '../responses/SOL021_resp.yaml#/responses/503'
          $ref: ../responses/SOL021_resp.yaml#/responses/503
        504:
          $ref: '../responses/SOL021_resp.yaml#/responses/504'
 No newline at end of file
          $ref: ../responses/SOL021_resp.yaml#/responses/504
 No newline at end of file