مورد نیاز. لیست فیلدهایی که باید به روز شوند. نام فیلدها باید در حروف snake باشد (به عنوان مثال، "field_to_update"). فیلدهای حذف شده به روز نمی شوند. برای جایگزینی کل موجودیت، از یک مسیر با رشته "*" برای مطابقت با تمام فیلدها استفاده کنید.
این فهرستی از نامهای فیلدهای کاملاً واجد شرایط با کاما است. مثال: "user.displayName,photo" .
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["Updates an existing Event Edit Rule using a PATCH request to a specified resource URL."],["The request must include a path parameter indicating the Event Edit Rule's resource name and a query parameter (updateMask) specifying the fields to modify."],["The request body should contain the updated Event Edit Rule details, and a successful response will return the modified Event Edit Rule."],["Authorization with the `https://www.googleapis.com/auth/analytics.edit` scope is necessary for this operation."]]],["This documentation details updating an `EventEditRule` via a `PATCH` request to a specified URL. The URL includes a path parameter, `eventEditRule.name`, which defines the resource. The `updateMask` query parameter dictates which fields will be modified. The request body requires an `EventEditRule` instance, and a successful response also returns an `EventEditRule` instance. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope. The process utilizes gRPC Transcoding syntax.\n"]]