Edit a Stream
Use the following API request to update (or create) a single stream.
Request
PUT /ws/v1/streams/inventory/F9F967B4-33804DCE-2BDC4702-45053B1C/temperature
Payload
{
"units": "Celsius"
}
Response
{
"description": "freezer",
"history_uri": "/ws/v1/streams/history/F9F967B4-33804DCE-2BDC4702-45053B1C/temperature",
"id": "F9F967B4-33804DCE-2BDC4702-45053B1C/temperature",
"server_timestamp": "2014-02-23T19:12:59.848Z",
"timestamp": "2014-02-23T19:12:57.283Z",
"type": "LONG",
"units": "Celsius",
"value": "71"
}