Unverified Commit 5b43965b authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #303 from dilallkx/kd_sp37_fix_swagger

Swagger API fixes
parents 42d77888 7a29867e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-09-10T15:03:21.192-04:00
- Build date: 2021-09-14T17:37:15.009-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-09-10T15:03:23.403-04:00
- Build date: 2021-09-14T17:37:16.432-04:00


### Running the server
+10 −12
Original line number Diff line number Diff line
openapi: 3.0.2
openapi: 3.0.0
info:
  title: AdvantEDGE Application Mobility API
  version: 2.1.1
  contact:
    name: InterDigital AdvantEDGE Support
    email: AdvantEDGE@InterDigital.com
  description: "Application Mobility Service is AdvantEDGE's implementation of
  [ETSI MEC ISG MEC021 Application Mobility API](http://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_MEC021v020101p.pdf)
  <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt)
@@ -14,9 +11,12 @@ info:
  license:
    name: "Apache 2.0"
    url: "https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE"
  contact:
    name: InterDigital AdvantEDGE Support
    email: AdvantEDGE@InterDigital.com
externalDocs:
  description: ETSI GS MEC 021 Application Mobility API, V2.1.1
  url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf'
  description: "ETSI GS MEC 021 Application Mobility Service API, v2.1.1"
  url: 'https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf' 
servers:
  - url: 'https://localhost/sandboxname/amsi/v1'
tags:
@@ -408,8 +408,6 @@ paths:
          $ref: '#/components/responses/404'
        '429':
          $ref: '#/components/responses/429'
# /notifitication_end_point_provided_by_client
#  post:
  /notifications/mec011/appTermination:
    post:
      tags:
@@ -497,6 +495,7 @@ paths:
          $ref: '#/components/responses/406'
        '429':
          $ref: '#/components/responses/429'              

components:
  schemas:
    AdjacentAppInfoSubscription:
@@ -1081,4 +1080,3 @@ components:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 2.1.1
- Build date: 2021-09-10T15:03:15.844-04:00[America/New_York]
- Build date: 2021-09-14T17:37:11.354659-04:00[America/Toronto]


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 *
 * AdvantEDGE Application Mobility API
 *
 * Application Mobility API described is AdvantEDGE's implementation of [ETSI MEC ISG MEC021 Application Mobility API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_MEC021v020101p.pdf)
 * Application Mobility Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC021 Application Mobility API](http://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_MEC021v020101p.pdf) <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-ams](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-ams) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about application mobility in the network <p>**Note**<br>AdvantEDGE supports all of Application Mobility API endpoints (see below).
 *
 * API version: 2.1.1
 * Contact: AdvantEDGE@InterDigital.com
Loading