Update face details

Update the attributes of an existing face by specifying its unique ID along with the updated data.

PATCH
/faces/{faceId}
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": {}
}