Required. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Updates a Subproperty Event Filter using a PATCH request to a specified URL with gRPC Transcoding syntax."],["Requires specifying the `subpropertyEventFilter.name` as a path parameter to identify the filter to update and providing an `updateMask` query parameter to indicate the fields to modify."],["The request body should contain a `SubpropertyEventFilter` object with the desired updates, and the response body will contain the updated `SubpropertyEventFilter` if successful."],["Authorization is necessary using the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This documentation details updating a subproperty Event Filter via a `PATCH` HTTP request to a specified URL. The URL includes a path parameter, `subpropertyEventFilter.name`, to identify the filter. The `updateMask` query parameter specifies which fields to modify. The request and response bodies use the `SubpropertyEventFilter` structure. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Users can interact with a try-it feature.\n"]]