Add device service name level to Add Event POST API
Closed this issue ยท 1 comments
cloudxxx8 commented
๐ Feature Request
Relevant Package [REQUIRED]
This feature request is for core-dataDescription [REQUIRED]
There should be an additional device service name level in the Add Event POST API in v3
go-mod-core-contracts/common/constants.go
Line 14 in 57cbd60
The edgex-go should also be modified if the constant name is changed
https://github.com/edgexfoundry/edgex-go/blob/c6ae7449aad5f05f69153f6120284e804cf836f6/internal/core/data/router.go#L31
cloudxxx8 commented
client should also be modified
go-mod-core-contracts/clients/http/event.go
Lines 34 to 36 in 57cbd60