問題タブ [updatecommand]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
json - People API - Update Contacts - How to update individual fields instead of all (e.g. phoneNumbers) using GAS
in order to update my contacts phone numbers, I am using People API with following code:
It works. It updates the phone number of the contact.
Unfortunately, it also overwrites all other phone numbers associated with this contact, which means it deletes them.
Can you tell me how to update specific phone numbers only (like the contacts google voice number), using GAS?
Thanks, Flo