Last Updated on : 2023-06-20 15:18:25download
Modify an asset.
PUT: /v1.0/iot-02/assets/{asset_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | uri | true | The asset ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
name | String | true | The asset name. | |
meta_id | String | false | The ID of the metadata. It is also the ID of the node storage description. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | true : succeeded. false : failed. |
PUT: /v1.0/iot-02/assets/13749325xxxxxx562112
{ "name": "Hangzhou No. 1 Warehouse" }
{
"result": true,
"t": 1616663041230,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback