Skip to main content

reassignFaces

reassignFaces

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
data object[] REQUIRED
assetId uuid REQUIRED
personId uuid REQUIRED
Responses
200
Schema OPTIONAL
object[]
birthDate date
id string
isHidden boolean
name string
thumbnailPath string
reassignFaces
PUT /person/:id/reassign
id — path
Body
Loading...
/api
curl -L -X PUT '/api/person/:id/reassign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'