Updates the certificate by id. If new certificate file is updated, it will register with the trawler service, re-encrypt with cloud KMS and update the Spanner record. Other fields will directly update the Spanner record. Returns the Certificate.
[[["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 2023-02-22 UTC."],[[["This endpoint updates a certificate by its ID, including the option to update the certificate file, which triggers re-encryption and service registration."],["The `PATCH` request uses gRPC Transcoding syntax and requires the certificate's name to be specified as a path parameter."],["The `updateMask` query parameter, formatted as a FieldMask, specifies which fields in the Certificate resource need to be updated."],["The request and response bodies both use the Certificate resource, providing details on the certificate data being sent and received."],["Updating certificates requires specific OAuth scope (`https://www.googleapis.com/auth/cloud-platform`) and one of the following IAM permissions: `integrations.apigeeCertificates.update` or `integrations.certificates.update`."]]],[]]