Update a Person
Last updated
Last updated
PUT - https://api.verifik.co/v2/face-recognition/persons/{id}
Method for updating an existing persons. To make the service work, the _id parameter is required, which is generated when a person is created correctly.
Headers
Name | Value |
---|---|
Body
In the body of this service, you can send all the fields generated when creating a person. The only thing to consider is that the fields we want to modify are the ones that must be included in the body.
Response
Content-Type
application/json
Authorization
Bearer <token>