يُعدِّل التعديل تلقائيًا جميع الحقول المتوافقة المحدّدة في نص
الطلب، أي displayName وdescription. ومع ذلك، يمكنك
أيضًا تضمين مَعلمة طلب البحث
updateMask
في الطلب لتحديد الحقول في
نص الطلب التي تريد تعديلها صراحةً.
استخدِم updateMask لتحديد قائمة مفصولة بفواصل بالأسماء المؤهَّلة بالكامل
للحقول التي تريد تعديلها. على سبيل المثال، لتعديل حقل displayName فقط:
تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-02-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Update dataset metadata, such as `displayName` and `description`, using an HTTP `PATCH` request to the specified endpoint with the dataset ID."],["To update the actual data within the dataset, a separate procedure outlined in the \"Upload new data to the dataset\" documentation should be followed."],["By default, a `PATCH` request updates all provided fields (`displayName`, `description`), but you can selectively update fields using the `updateMask` query parameter."],["The `updateMask` parameter accepts a comma-separated list of field names, allowing for granular control over which dataset attributes are modified."]]],["To update dataset information, send a `PATCH` request to the specified endpoint, including the dataset ID. Modify the `displayName` and/or `description` properties in the request body. To control which fields are updated, utilize the `updateMask` query parameter with a comma-separated list of field names. Without `updateMask`, both fields are updated if present. The request returns details of the modified dataset. Note that updating data within the dataset uses a separate process.\n"]]