Commit c8af1e94 authored by Yann Garcia's avatar Yann Garcia
Browse files

Enhance MEC 040 swagger file

parent d3e424d8
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -605,6 +605,15 @@ paths:
        system associated with the systemId
      operationId: servicesGET
      parameters:
      - name: systemId
        in: path
        description: Identifier of the MEC system.
        required: true
        style: simple
        explode: false
        schema:
          type: string
        x-exportParamName: Path.systemId
      - name: seInstancerId
        in: query
        description: Indicator of a MEC service offered for MEC federation.
@@ -683,24 +692,25 @@ paths:
      parameters:
      - name: systemId
        in: path
        description: MEC system identifier
        description: Identifier of the MEC system.
        required: true
        style: simple
        explode: false
        schema:
          type: string
          format: uri
        x-exportParamName: Path.systemId
      - name: serviceId
        in: path
        description: Service identifier
        description: Service identifier.
        required: true
        style: simple
        explode: false
        schema:
          type: string
          format: uri
        x-exportParamName: Path.serviceId
      responses:
        "200":
          description: "Upon success, a response body containing data type describing the specific subscription data type is returned."
          content:
            application/json:
              schema:
+2 −2
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ export function parseEdgeApps(scenario) {
                  path: pl.name+'/dev_app/v1',
                  pseudoName: 'Device Application Interface (016) on ' + pl.name,
                  dropDownName: 'Device Application Interface (016)',
                  enabled: false,
                  enabled: true,
                  enableInProgressCount: -1,
                  disableInProgressCount: -1
                });
@@ -671,7 +671,7 @@ export function parseEdgeApps(scenario) {
                  path: pl.name+'/fed_enablement/v1',
                  pseudoName: 'MEC Federation APIs (040) on ' + pl.name,
                  dropDownName: 'MEC Federation APIs (040)',
                  enabled: false,
                  enabled: true,
                  enableInProgressCount: -1,
                  disableInProgressCount: -1
                });