Commit 21a52fb5 authored by Simon Pastor's avatar Simon Pastor
Browse files

header app-support fix

parent a7c1611f
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-07-30T10:28:36.704-04:00
- Build date: 2021-09-09T13:09:37.669-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-07-30T10:28:38.093-04:00
- Build date: 2021-09-09T13:09:39.880-04:00


### Running the server
+7 −6
Original line number Diff line number Diff line
@@ -2,18 +2,19 @@ openapi: 3.0.2
servers:
  - url: 'https://localhost/sandboxname/mec_app_support/v1'
info:
  title: MEC Application Support API
  title: AdvantEDGE MEC Application Support API
  version: 2.1.1
  description: The ETSI MEC ISG MEC011 MEC Application Support API described using OpenAPI
  description: "MEC Application Support API describe is AdvantEDGE's implementation of [ETSI MEC ISG MEC011 MEC Application Support API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf)"
  license:
    name: BSD-3-Clause
    url: 'https://forge.etsi.org/legal-matters'
    name: "Apache 2.0"
    url: "https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE"
  contact:
    email: cti_support@etsi.org
    name: InterDigital AdvantEDGE Support
    email: AdvantEDGE@InterDigital.com
externalDocs:
  description: 'ETSI GS MEC011 Application Enablement API, V2.1.1'
  url: >-
    https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf
    https://www.etsi.org/deliver/etsi
tags:
  - name: unsupported
  - name: mec_app_support
+2 −2
Original line number Diff line number Diff line
# Go API Server for server

The ETSI MEC ISG MEC011 MEC Application Support API described using OpenAPI
MEC Application Support API describe is AdvantEDGE's implementation of [ETSI MEC ISG MEC011 MEC Application Support API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf)

## Overview
This server was generated by the [swagger-codegen]
@@ -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-08T10:38:37.083-04:00[America/New_York]
- Build date: 2021-09-09T13:09:42.927-04:00[America/New_York]


### Running the server
+3 −3
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * MEC Application Support API
 * AdvantEDGE MEC Application Support API
 *
 * The ETSI MEC ISG MEC011 MEC Application Support API described using OpenAPI
 * MEC Application Support API describe is AdvantEDGE's implementation of [ETSI MEC ISG MEC011 MEC Application Support API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.01.01_60/gs_MEC011v020101p.pdf)
 *
 * API version: 2.1.1
 * Contact: cti_support@etsi.org
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server
Loading