persons

Update Person

Update a person's name, email, phone, or metadata.

patch/v1/persons/{person_id}

Path parameters

person_idstring required

Request body

namestring nullable
emailstring nullable
phonestring nullable
metadataobject nullable

Response

Successful Response

idstring uuid required
namestring required
emailstring nullable
phonestring nullable
metadataobject required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.