-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V2 data] Implement DELETE /event/device/name/{name} V2 API #2837
Labels
enhancement
New feature or request
Comments
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
6 tasks
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Oct 26, 2020
Implement DELETE /event/device/{deviceName} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
changed the title
[V2 data] Implement DELETE /event/device/{deviceName} V2 API
[V2 data] Implement DELETE /event/device/name/{name} V2 API
Nov 13, 2020
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Nov 13, 2020
Implement DELETE /event/device/name/{name} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
6 tasks
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Nov 13, 2020
Implement DELETE /event/device/name/{name} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Nov 17, 2020
Implement DELETE /event/device/name/{name} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
judehung
added a commit
to judehung/edgex-go
that referenced
this issue
Nov 19, 2020
Implement DELETE /event/device/name/{name} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14 has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change. Fix edgexfoundry#2837 Signed-off-by: Jude Hung <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature Request
Relevant Package
This feature request is for coredata.Description
A clear and concise description of the problem or missing capability...Implement DELETE /event/device/name/{name} for V2 API. The current V2 API doc still lists DELETE /event/device/{deviceId}; however, as event model has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change.
The text was updated successfully, but these errors were encountered: