https://developers.google.com/people/api/rest/v1/people/updateContact
Here's the wiki on update contact using People API. The update works for fields like 'emailAddresses'. But 'coverPhotos' or 'photos' are not listed as valid value for 'updatePersonFields' and I get return code 400 if I try to update them.
Is changing photos of a contact supported by this API? Or is there any other API that does this job?