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 endpoint updates a specified SSL certificate, allowing for certificate renewal while maintaining existing domain mappings."],["The HTTP request to update the certificate is a `PATCH` request to a specific URL using gRPC Transcoding syntax."],["The `name` path parameter specifies the resource to update, and authorization requires the `appengine.applications.update` IAM permission."],["The `updateMask` query parameter controls which fields are updated, only supporting updates to the `certificateRawData` and `displayName` fields."],["Successful requests and responses both return an instance of `AuthorizedCertificate`, and request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]