put https://api.lumenpath.com/api/asset//sensor////collection///
Add an asset to a sensor collection
Adds an asset to a sensor collection. If the collection doesn't exist, it will be created.
In the example below, we add an asset 92a572b1-35ea-40e1-a871-0934efeb210a
to the collection named DailySpecials
on sensor a8dc6415-d015-4fe6-944f-22c7e3887424, 1, 1
curl -X PUT --user "543cce56-c950-4c7f-9dcc-53bcb3e90a4a:m3KIyJhaSJKm-nGDBHWXzA" -v https://api.lumenpath.com/api/asset/543cce56-c950-4c7f-9dcc-53bcb3e90a4a/sensor/a8dc6415-d015-4fe6-944f-22c7e3887424/1/1/collection/DailySpecials/92a572b1-35ea-40e1-a871-0934efeb210a/
Response
========
< HTTP/1.1 201 Created
< Content-Length: 0