Method: customers.nodes.patch
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/nodes/*}
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
node.name |
string
الناتج فقط. اسم المورد
|
معامِلات طلب البحث
المَعلمات |
updateMask |
string (FieldMask format)
الحقول المطلوب تعديلها. هذه قائمة مفصولة بفواصل للحقول المؤهلة بالكامل. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال Node
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Node
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Updates an existing node using an HTTP PATCH request to the specified URL."],["The request should include path and query parameters, along with a request body containing the Node object to be updated."],["A successful response will contain the updated Node object in the response body."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["This document outlines the process for updating a node using a `PATCH` HTTP request to a specified URL. The URL structure utilizes gRPC Transcoding and includes a `node.name` path parameter to identify the target node. The `updateMask` query parameter specifies which fields to modify. The request body must contain a `Node` instance. Upon successful execution, the response body will also include a `Node` instance. The action requires OAuth scope `https://www.googleapis.com/auth/sasportal`.\n"]]