Commit 9a64fa76 authored by Yann Garcia's avatar Yann Garcia
Browse files

Major bug fioxed in DAI: missing /sandboxname/

parent 65a88fab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# AppTermApi

All URIs are relative to *https://localhost/dev_app/v1*
All URIs are relative to *https://localhost/sandboxname/dev_app/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
# DevAppApi

All URIs are relative to *https://localhost/dev_app/v1*
All URIs are relative to *https://localhost/sandboxname/dev_app/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
# UnsupportedApi

All URIs are relative to *https://localhost/dev_app/v1*
All URIs are relative to *https://localhost/sandboxname/dev_app/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
<a name="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints

All URIs are relative to *https://localhost/dev_app/v1*
All URIs are relative to *https://localhost/sandboxname/dev_app/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ externalDocs:
  description: ETSI GS MEC016 V2.2.1 Device application interface
  url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/02.02.01_60/gs_MEC016v020201p.pdf
servers:
- url: https://localhost/dev_app/v1
- url: https://localhost/sandboxname/dev_app/v1
tags:
- name: dev_app
paths:
Loading