Update person aliases

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
person_idstringRequiredformat: "uuid"
Person ID
aliaseslist of stringsOptional
Updated list of person aliases

Response

Successful Response
idstringformat: "uuid"
Person ID
namestring
Person name
aliaseslist of strings
Person aliases
upload_idslist of strings
Upload IDs of the person's images
ingested_imageslist of objects
Ingested images of the person
statusenum
Person status
Allowed values:
created_user_idstring
User ID who created the person
created_dtstringformat: "date-time"
Date and time the person was created

Errors

422
Unprocessable Entity Error