Skip to main content
Version: v1.0.0(int)

W033: Update contact

Edits a contact's header fields. Triggered from a contact edit modal.

Steps

  1. Load the contact. Call Contacts.getContactById.

  2. Apply the patch. Call Contacts.updateContact.

Returns

The updated contact.

Business rules

None.

Errors

  • NotFoundError. The contact was not found.