Update Face

Last Updated on : 2023-06-20 14:54:12

Send a command to a specified elevator controller to update the information about a specified face.

API address

PUT: /v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id}

Request parameter

Parameter nameTypeINRequiredDescription
device_idStringuritrueThe ID of a Tuya device.
person_idStringuritrueThe ID of a specified person.
face_idStringuritrueThe face ID.

Description of body

Parameter nameTypeINRequiredDescription
urlString trueThe URL of a specified face image.

Return parameter

Parameter nameTypeDescription
resultCmdIssueResultResponseThe returned result.

Description of result

Parameter nameTypeDescription
snStringThe ID of a specified command record.

Request example

PUT: /v1.0/elevator-control/6ce****/persons/123****/faces/faceId****
{
  "url": "http://****.jpg",
}

Return example

{
    "result": {
        "sn": "133****"
    },
    "t": 1561456817168,
    "success": true
}

Error code

For more information, see error code.