Commit 0bc482d9 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

api file fixes

parent cc805887
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ info:
  title: "ETSI GS MEC 021 Application Mobility Service API"
  version: 2.1.1
  description: 'ETSI GS MEC 021 Application Mobility Service API described using OpenAPI.
  <p>**Note**<br>MEC Sandbox supports a selected subset of AMS API endpoints; complete details on AMS API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf)'
  <p>**Note**<br>MEC Sandbox supports a subset of AMS API endpoints; complete details on AMS API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf)'
  license:
    name: BSD-3-Clause
    url: 'https://forge.etsi.org/legal-matters'  
@@ -342,8 +342,6 @@ paths:
              responses:
                '204':
                  $ref: '#/components/responses/204'


  /subscriptions/{subscriptionId}:
    parameters:
    - in: path
+3 −1
Original line number Diff line number Diff line
@@ -1030,7 +1030,7 @@ components:
          example:
            subscriptionType: 'SerAvailabilityNotificationSubscription'
            callbackReference: "http://my.callback.com/mec_service_mgmt_ser_availabilities/some-id"
            filterCriteria:
            filteringCriteria:
              serNames:
                - 'myRnis'
              states:
@@ -1182,3 +1182,5 @@ components:
              - 'https://my.callback.com/sandboxname/rni/v2/'
        serializer: 'JSON'
        scopeOfLocality: 'MEC_SYSTEM'