Method: customers.nodes.patch
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعدّل هذه الطريقة node
حاليًا.
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/nodes/*}
يستخدِم عنوان URL بنية تحويل الترميز gRPC.
مَعلمات المسار
المعلمات |
node.name |
string
النتائج فقط. اسم المورّد
|
مَعلمات طلب البحث
المعلمات |
updateMask |
string (FieldMask format)
الحقول المطلوب تعديلها قائمة مفصولة بفواصل تتضمّن الأسماء المؤهلة بالكامل للحقول. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال Node
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Node
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/userinfo.email
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Updates an existing node using an HTTP PATCH request to a specified URL."],["The request should include path and query parameters, with the body containing an instance of \"Node\"."],["A successful response will return an updated \"Node\" instance in the response body."],["Authorization requires the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["This document outlines the process for updating a node via a `PATCH` request to a specific URL using gRPC Transcoding syntax. The URL includes the node's resource name as a path parameter (`node.name`). Updates are controlled by the `updateMask` query parameter, which specifies the fields to modify. The request body contains the new node data, and a successful response returns the updated node. The operation requires OAuth scope `https://www.googleapis.com/auth/userinfo.email`.\n"]]