Update face details

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

PATCH

Parameters

Path Parameters

FaceId
REQUIRED
Unique identifier of the face

Body

application/json
Name
Name of the face.
Url
URL of the face, typically pointing to an image or resource.
Content
Content of the face.
Config
Optional configuration data for customizing the face.
Assets
List of resources required or utilized by the face.
When_modified
Timestamp of the last modification to the face.
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X PATCH \
"https://blockv-labs.io/faces/{faceId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}