Update a face
Assigns a face to a specific person, or detaches it from its current person (set person_id to null). This is the right tool for 'this face is Alice' or 'this face isn't Bob after all'.
Currently only the person_id field is mutable. To create a brand-new identity first, call create_person; to delete the face detection entirely, use delete_face.
Path parameters
Face ID (with face_ prefix) of the face detection to update.
Face ID (with face_ prefix) of the face detection to update.
Query parameters
Library the face belongs to. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Library the face belongs to. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Request body
Response
Successful Response
Changes
Changed in 3 of the 79 revisions of this API.17
- ▲
response property
detaillist-of-types was widened by adding typesstringto media typeapplication/jsonof response422response-property-list-of-types-widened
- ○
the response property
detailbecame required for the status422response-property-became-required
- ▲
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
added the optional property
confidenceto the response with the200statusresponse-optional-property-added
- ○
added the required property
sourceto the response with the200statusresponse-required-property-added
- ○