Last Updated on : 2023-06-21 07:13:12download
Modify the information about a space node, including the name and type, based on the specified parameters such as the community ID.
PUT: /v1.0/iot-02/community/space/{block_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | uri | true | The ID of a community. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
parent_tree_id | String | true | The ID of a specified parent node. | |
meta_code | String | true | The type of space node. | |
value | String | true | The name of the space node. | |
building_type | Integer | false | The type of building.
| |
building_toward | Integer | false | The direction of a specified building.
| |
building_address | String | false | The geographical location of the building, including the latitude and longitude. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
PUT: /v1.0/iot-02/community/space/136767399153950xxxx
{ "meta_id": "2", "parent_tree_id": "138251326624431xxxx", "block_id": "138251326624431xxxx", "building_toward": 1, "building_type": 1, "building_address": "30.298229, 120.086103", "value": "Building 1", }
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback