| [/registrations/{appInstanceId}](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/raw/master/MecAppSupportApi.yaml#/appRegistrations) | GET - Returns an individual registration <br><br> PUT - updates an existing registration <br><br> DELETE - removes an existing registration | An available MEC app instance can be discovered <br><br> MEC apps use PUT to modify their app resource <br><br> MEC apps use DELETE when terminating or removing a registered app |
| [/timing/timing_caps](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/raw/master/MecAppSupportApi.yaml#/timing) | GET - returns information about timing capabililities | Mocked information returned since no NTP server is used
| [/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 |
| [/capif-events/{apiVersion}/{subscriberId}/subscriptions](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#/appSubscriptions) | POST - Creates a new individual CAPIF Event Subscription |
| [/capif-events/{apiVersion}/{subscriberId}/subscriptions/{subscriptionId}](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#/appSubscriptions) | DELETE - Deletes an individual CAPIF Event Subscription identified by the subscriptionId <br><br> PUT - Updates an individual CAPIF Event Subscription identified by the subscriptionId, using replace semantics <br><br> PATCH - Updates an individual CAPIF Event Subscription identified by the subscriptionId, using modify semantics |