Commit 04e3e059 authored by Ayesha Ayub's avatar Ayesha Ayub
Browse files

fix minor issue in MEC011.md file

parent c86eccd7
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ MEC011 v3.2.1 is divided in three distinct APIs:
The following tables list MEC Sandbox supported endpoints for each MEC011 API.

### Service Management API
|Supported | Endpoint |  Notes:   |
|Supported | Endpoint |  Notes   |
| --------| -------- | -------- |
| Yes | `/services`  |     |
| Yes | `/applications/{appInstanceId}/services`   |     |
@@ -18,7 +18,7 @@ The following tables list MEC Sandbox supported endpoints for each MEC011 API.
| No  | `<dynamic-liveness-uri>` | _- URI is dynamic_ <br> _- Not supported to avoid timeout conflicts while interacting with the Sandbox with Swagger_ |

### Application Support API
|Supported | Endpoint |  Notes:   |
|Supported | Endpoint |  Notes   |
| --------| -------- |  -------- |
| Yes | `/applications/{appInstanceId}/subscriptions`   |     |
| Yes | `/applications/{appInstanceId}/confirm_ready`   |     |
@@ -31,7 +31,7 @@ The following tables list MEC Sandbox supported endpoints for each MEC011 API.
| Yes | `/timing/current_time`   | _Monaco local time_  |

### MEC service management realized by CAPIF APIs 
|Supported | Endpoint |  Notes:   |
|Supported | Endpoint |  Notes   |
| --------| -------- | -------- |
| Yes | `/service-apis/{apiVersion}/allServiceAPIs`  |     |
| Yes | `/published-apis/{apiVersion}/{apfId}/serviceapis`   |     |
@@ -71,10 +71,8 @@ References:
| [/timing/current_time](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/raw/master/MecAppSupportApi.yaml#/timing) | GET - returns current time | Local time in Monaco (MEC Sandbox VM is returned which corresponds with Monaco time)

### MEC service management realized by CAPIF APIs Endpoints

| **Endpoint**    | **Sandbox Usage**          | **Notes**          |
| ----------------|--------------------------- | ------------------ |

| [/service-apis/{apiVersion}/allServiceAPIs](https://labs.etsi.org/rep/mec/etsi-mec-sandbox/-/blob/STF678_Task1_2_3_openCAPIF/go-apps/meep-app-enablement/api/capif-mgmt/swagger.yaml#/services) | GET - Discover published service APIs and retrieve a collection of APIs according to certain filter criteria | 
| [/published-apis/{apiVersion}/{apfId}/serviceapis](https://labs.etsi.org/rep/mec/etsi-mec-sandbox/-/blob/STF678_Task1_2_3_openCAPIF/go-apps/meep-app-enablement/api/capif-mgmt/swagger.yaml#/appServices) | POST - Publish a new API | GET - Retrieve all published service APIs |
| [/published-apis/{apiVersion}/{apfId}/serviceapis/{serviceApiId}](https://labs.etsi.org/rep/mec/etsi-mec-sandbox/-/blob/STF678_Task1_2_3_openCAPIF/go-apps/meep-app-enablement/api/capif-mgmt/swagger.yaml#/appServices) | GET - Retrieve a published service API <br><br> PUT - Update a published service API <br><br> PATCH - Modify a published service API <br><br> DELETE - Unpublish a published service API |