/updateBee
by Marco Lettieri | Bee Method detail
Method description
|
| End point |
/updateBee |
| Description |
Update GateBEE label |
| Request method |
POST |
| Bearer token |
Required |
Request
|
| RequestParam |
| Field name |
Description |
Type |
| id |
Gate identifier |
Long |
| label |
Gate label |
String |
|
RequestBody A JSONObject with these fields |
| Field name |
Description |
Type |
| id |
BEE identifier |
Long |
| name |
The new BEE name |
String |
| sensors |
A JSONArray representation of the Sensor to update |
JSONArray |
| actuators |
A JSON representation of the Actuators to update |
JSONArray |
Example
Array
|
Response
|
| A JSON representation of the updated Gate |