diff --git a/common/echo_api_constants.go b/common/echo_api_constants.go index e3d29a41..7fc49420 100644 --- a/common/echo_api_constants.go +++ b/common/echo_api_constants.go @@ -6,6 +6,7 @@ package common // Constants related to defined routes with path params in the v3 service APIs for Echo +// TODO: Remove in EdgeX 4.0 and will use the original API constant names defined in constants.go const ( ApiEventServiceNameProfileNameDeviceNameSourceNameEchoRoute = ApiEventRoute + "/:" + ServiceName + "/:" + ProfileName + "/:" + DeviceName + "/:" + SourceName ApiEventIdEchoRoute = ApiEventRoute + "/" + Id + "/:" + Id