- Docs
- Api%2Freference%2Ffaces%2FUpdateFace
Update face details
Update the attributes of an existing face by specifying its unique ID along with the updated data.
AuthorizationBearer <token>
In: header
Path Parameters
faceId*string
Unique identifier of the face
Request Body
application/json
JSON object containing the updated details for the face.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://api-testnet.dual.network/faces/string" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}