Open thehabes opened 3 years ago
Make sure you can hand it either just the URI of a resource or a JSON object containing the URI via id or @id. When testing in TT, there were strange fail scenarios that should not have happened.
Ex. Tried to use URI to Delete [http://devstore.rerum.io/v1/id/61119672d69b6214557b550b] Error: 400: Must provide an id or a JSON object containing @id of object to delete.
Error: 400: Must provide an id or a JSON object containing @id of object to delete.
Upon resolving the URI, it is deleted...
Make sure you can hand it either just the URI of a resource or a JSON object containing the URI via id or @id. When testing in TT, there were strange fail scenarios that should not have happened.
Ex. Tried to use URI to Delete [http://devstore.rerum.io/v1/id/61119672d69b6214557b550b]
Error: 400: Must provide an id or a JSON object containing @id of object to delete.
Upon resolving the URI, it is deleted...