Full name: projects.locations.instances.errorNotificationConfigs.patch
Updates an error notification config. You can either replace the entire notification config with a new one or replace only certain fields in the current error notification config by specifying the fields to be updated via updateMask. Returns the updated error notification config.
Required if the error notification config exists. The resource name for this error notification config. The format is: projects/{project}/locations/{location}/instances/{instance}/errorNotificationConfigs/{ERROR_NOTIFICATION_CONFIG_ID}
Required. A list of error notification config field names. If this field has a single string with value * it implies a full update. Else each listed field in the existing error notification config is set to the value of the corresponding field in the supplied error notification config (error_notification_config). Fields not listed retain their previous value.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2025-01-22 UTC."],[[["This endpoint, `projects.locations.instances.errorNotificationConfigs.patch`, allows you to update an existing error notification configuration."],["You can update the entire notification config or specify particular fields to update using the `updateMask` query parameter."],["The request requires the `errorNotificationConfig.name` path parameter to identify the specific error notification config to be patched."],["The request body must contain an instance of `ErrorNotificationConfig`, and upon successful execution, the response will also be an instance of `ErrorNotificationConfig`."],["The endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.errorNotificationConfigs.update` IAM permission."]]],[]]