faces
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.
patch/api/faces/{face_id}
Path parameters
face_idstring required
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_idstring nullable
Library the face belongs to. Optional if the user has a single library; required when they have multiple.
Library the face belongs to. Optional if the user has a single library; required when they have multiple.
Request body
Response
Successful Response