Method: nodes.nodes.patch
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Mevcut bir node
güncellenir.
HTTP isteği
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=nodes/*/nodes/*}
URL, gTB Kod Geçişi söz dizimini kullanır.
Yol parametreleri
Parametreler |
node.name |
string
Yalnızca çıkış. Kaynak adı.
|
Sorgu parametreleri
Parametreler |
updateMask |
string (FieldMask format)
Güncellenecek alanlar. Alanların tam nitelikli adlarını içeren virgülle ayrılmış bir liste. Örnek: "user.displayName,photo" .
|
İstek metni
İstek metni, Node
öğesinin bir örneğini içerir.
Yanıt metni
Başarılıysa yanıt metni, Node
öğesinin bir örneğini içerir.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/userinfo.email
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2022-09-26 UTC."],[[["This operation updates an existing node using an HTTP PATCH request to a specific URL."],["The request must include path and query parameters, along with a request body containing the updated node data in JSON format."],["A successful response will return the updated node data in the response body."],["Authorization is required using the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["This document details how to update a node using a PATCH request. The request URL follows gRPC Transcoding syntax and includes a `node.name` path parameter. The `updateMask` query parameter specifies which fields to update, using a comma-separated list. The request body contains the updated `Node` data, and a successful response will return an updated `Node` instance. Authorization requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope.\n"]]