v3

latestOpenAPI 3.1.02026-08-087684214.2 KB
contacts

Update Contact

Update a contact's fields.

If phoneNumber is updated, it's re-normalized and checked for uniqueness (409 on conflict).

patch/v1/contacts/{contact_id}

Path parameters

contact_idstring required

Request body

phoneNumberstring nullable
namestring nullable
emailstring nullable
notesstring nullable

Response

Successful Response

idstring required
phoneNumberstring required
namestring required
emailstring nullable
notesstring nullable
createdAtstring date-time required
updatedAtstring date-time required