Commit 2004bc5a authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

fix errors in OAS and json files

parent cd7bdd3c
Loading
Loading
Loading
Loading
Loading
+508 −498
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
          ],
          "parameters": [
            {
                        "$ref": "#/components/parameters/Query.systemId"
              "$ref": "#/components/parameters/Path.systemId"
            }
          ],
          "responses": {
@@ -175,7 +175,7 @@
          ],
          "parameters": [
            {
                        "$ref": "#/components/parameters/Query.systemId"
              "$ref": "#/components/parameters/Path.systemId"
            }
          ],
          "requestBody": {
@@ -233,7 +233,7 @@
          ],
          "parameters": [
            {
                        "$ref": "#/components/parameters/Query.systemId"
              "$ref": "#/components/parameters/Path.systemId"
            }
          ],
          "responses": {
@@ -514,6 +514,16 @@
            }
          }
        },
        "Path.systemId": {
          "description": "Identifier of the MEC system.",
          "name": "systemId",
          "in": "path",
          "required": true,
          "x-exportParamName": "Path.systemId",
          "schema": {
            "type": "string"
          }
        },
        "Query.systemName": {
          "description": "The name of the MEC system.",
          "name": "systemName",
+11 −3
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ paths:
      tags:
      - systemInfo
      parameters:
      - $ref: '#/components/parameters/Query.systemId'
      - $ref: '#/components/parameters/Path.systemId'
      responses:
        '200':
          description: It is used to indicate that the query for retrieving system_info resource is successful. Response body containing one system_info resource shall be returned.
@@ -114,7 +114,7 @@ paths:
      tags:
      - systemInfo
      parameters:
      - $ref: '#/components/parameters/Query.systemId'
      - $ref: '#/components/parameters/Path.systemId'
      requestBody:
        description: It contains attributes to be update.
        required: true
@@ -150,7 +150,7 @@ paths:
      tags:
      - systemInfo
      parameters:
      - $ref: '#/components/parameters/Query.systemId'
      - $ref: '#/components/parameters/Path.systemId'
      responses:
        '204':
          $ref: '#/components/responses/204'
@@ -363,6 +363,14 @@ components:
        type: array
        items:
          type: string
    Path.systemId:
      description: Identifier of the MEC system.
      name: systemId
      in: path
      required: true
      x-exportParamName: Path.systemId
      schema:
        type: string
    Query.systemName:
      description: The name of the MEC system.
      name: systemName