@@ -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_ |
| [/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
| [/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 |