You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API for deleting association from Device to Device is not working:
DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId} Expected behavior:
This API should delete existing association between two devices Steps to reproduce:
Create relationship: PUT /devices/{deviceId}/{relationship}/devices/{otherDeviceId} then delete using: DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId}Additional Information:
The text was updated successfully, but these errors were encountered:
Aws Connected Device Framework Affected Module(s):
I'm submitting a ...
Description:
Current behavior:
API for deleting association from Device to Device is not working:
DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId}
Expected behavior:
This API should delete existing association between two devices
Steps to reproduce:
Create relationship: PUT /devices/{deviceId}/{relationship}/devices/{otherDeviceId} then delete using: DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId}Additional Information:
The text was updated successfully, but these errors were encountered: