Method: nodes.nodes.patch
Aktualisiert eine vorhandene Bestellung (node
)
HTTP-Anfrage
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=nodes/*/nodes/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
node.name |
string
Nur Ausgabe. Ressourcenname.
|
Abfrageparameter
Parameter |
updateMask |
string (FieldMask format)
Zu aktualisierende Felder. Dies ist eine durch Kommas getrennte Liste mit voll qualifizierten Namen von Feldern. Beispiel: "user.displayName,photo" .
|
Anfragetext
Der Anfragetext enthält eine Instanz von Node
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Node
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["Updates an existing node using an HTTP PATCH request to the specified URL."],["The request should include path and query parameters, specifying the node's name and fields to update respectively."],["The request body must contain a `Node` object, representing the updated node data."],["Upon successful completion, the response body will also include the updated `Node` object."],["Users need the `https://www.googleapis.com/auth/sasportal` OAuth scope to perform this action."]]],["This document details updating a node via a PATCH request to a specified URL endpoint. The URL utilizes gRPC Transcoding and requires a node name as a path parameter. The `updateMask` query parameter specifies which fields to update, and a `Node` instance is sent in the request body. The process, if successful, returns an updated `Node` instance in the response body. Authorization for this operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]