A patch operation on the model contact details. Updates the specified fields, leaving the others unchanged.
input ModelContactPatch {# Update the contact name shown in the public viewer.name: String# Update the contact email shown in the public viewer.email: String# Update the contact phone number shown in the public viewer.phoneNumber: String}