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 using the App Engine Admin API, which includes mapping an SSL certificate to a domain."],["The update operation is performed with a `PATCH` request to a specific URL endpoint using gRPC Transcoding syntax, and requires appropriate IAM permissions."],["The request requires both path and query parameters, including the resource `name` for identification, and an `updateMask` to specify which fields are to be updated."],["The request body expects an instance of the `DomainMapping` resource and a successful update will be communicated through a `Operation` resource in the response body."],["Authorization for this action requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]