Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificateId to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-05-23 UTC."],[[["This document describes how to update a domain mapping, which includes mapping an SSL certificate by updating the `certificateId` to an `AuthorizedCertificate` resource."],["The update is performed via a `PATCH` HTTP request to the specified URL: `https://appengine.googleapis.com/v1beta/{name=apps/*/domainMappings/*}`, using gRPC Transcoding syntax."],["The `name` path parameter is required, defining the resource to be updated, and authorization requires the `appengine.applications.update` IAM permission."],["The `updateMask` query parameter is required, specifying the comma-separated list of fields to be updated in the `FieldMask` format."],["The request body should contain an instance of `DomainMapping` and the success response body will contain an instance of `Operation`."]]],[]]