Update a face entity

PATCH {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/entities/faces/:uuid

Partially update the information of a face entity, not including the model and the image (the face feature) of that face entity. The metadata field do not support partial update of each item.

RESPONSES

status: OK

{"uuid":"12345678-16fe-4773-86c2-db1c0077544f","model":"JCV_FACE_K25000","collection":"tokyo","key":"0112358","metadata":[{"name":"name","type":"string","value":"John"},{"name":"age","type":"integer","value":28},{"name":"male","type":"boolean","value":true},{"name":"point","type":"float","value":10.5}],"createdAt":"2022-07-04T00:00:00Z","updatedAt":"2022-07-05T12:00:00Z","expiresAt":"3000-01-01T08:00:00Z"}