Commit 107ac3a1 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Following MEC016 v1.1.1 release, added document uri and updated version info



Change-Id: I222f23aab0a00dbe704e67718af1edc9bc705308
Signed-off-by: Walter Featherstone's avatarfeatherstone <walter.featherstone@viavisolutions.com>
parent 835c6dc9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"swagger": "2.0", "swagger": "2.0",
"info": { "info": {
"description": "The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI", "description": "The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI",
"version": "1.0.1", "version": "1.1.1",
"title": "UE Application Interface API", "title": "UE Application Interface API",
"license": { "license": {
"name": "ETSI Forge copyright notice", "name": "ETSI Forge copyright notice",
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
} }
}, },
"externalDocs": { "externalDocs": {
"description": "ETSI GS MEC016 UE Application Interface API, V1.0.1", "description": "ETSI GS MEC016 UE Application Interface API, V1.1.1",
"url": "https://docbox.etsi.org/ISG/MEC/70-Draft/0016UEAppInterface" "url": "http://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/01.01.01_60/gs_MEC016v010101p.pdf"
}, },
"host": "127.0.0.1:8081", "host": "127.0.0.1:8081",
"basePath": "/mx2/v1", "basePath": "/mx2/v1",
......
swagger: '2.0' swagger: '2.0'
info: info:
description: 'The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI' description: 'The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI'
version: 1.0.1 version: 1.1.1
title: 'UE Application Interface API' title: 'UE Application Interface API'
license: license:
name: 'ETSI Forge copyright notice' name: 'ETSI Forge copyright notice'
url: 'https://forge.etsi.org/etsi-forge-copyright-notice.txt' url: 'https://forge.etsi.org/etsi-forge-copyright-notice.txt'
externalDocs: externalDocs:
description: 'ETSI GS MEC016 UE Application Interface API, V1.0.1' description: 'ETSI GS MEC016 UE Application Interface API, V1.1.1'
url: 'https://docbox.etsi.org/ISG/MEC/70-Draft/0016UEAppInterface' url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/01.01.01_60/gs_MEC016v010101p.pdf'
host: '127.0.0.1:8081' host: '127.0.0.1:8081'
basePath: /mx2/v1 basePath: /mx2/v1
schemes: schemes:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment