Update Contact.Ask AIput https://api.skyswitch.com/users/{user_uuid}/contacts/{contact_id}Update a contact.Path Paramsuser_uuidstringrequiredID of the target user.contact_idstringrequiredContact ID.Body Paramsfirst_namestringrequiredFirst Name.last_namestringLast Name.telsarrayList of phone numberstelstels.numberstringrequiredPhone number.tels.typestringrequiredPhone number type. Allowed values are work,home,cell.emailsarrayList of emails.emailsemails.typestringrequiredEmail type. Allowed values are work,home.emails.valuestringrequiredEmail.addressesarrayaddressesaddresses.addressLine1stringrequiredAddress line 1.addresses.addressLine2stringAddress line 2.addresses.citystringrequiredCity.addresses.countrystringrequiredCountry.addresses.statestringState.addresses.postalCodestringrequiredPostal code.addresses.typestringrequiredAddress type. Allowed values are work,home.companystringCompany name.titlestringTitle.is_favoritebooleanContact is favorite.truefalsetypestringContact type. Allowed values are personal,shared.Response 200Success.Updated 12 months ago