Last Updated on : 2023-06-20 14:54:01
Modify the name of a specified cleaning map based on the file record ID.
POST: /v1.0/users/sweepers/file/{device_id}/file-name
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
id | Long | query | true | The record ID of a specified file. |
file_name | String | query | false | The file name. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. Valid values:
|
POST: /v1.0/users/sweepers/file/6c6561cfb316df6e7a****/file-name?id=14272580&fileName=test
{
"result": true,
"t": 1641886813652,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback