Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate displayName may also be updated.
[[["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 webpage details how to update an SSL certificate for an App Engine application, including how to renew certificates while keeping existing domain mappings."],["The update process uses a `PATCH` request to a specific URL, following gRPC Transcoding syntax, and requires the `appengine.applications.update` IAM permission."],["The request requires a resource `name` as a path parameter and an optional `updateMask` as a query parameter for field-specific updates, such as `certificateRawData` or `displayName`."],["Both the request and successful response bodies are instances of `AuthorizedCertificate`, defined in the App Engine Admin API."],["Updating a certificate requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]