Method: customers.nodes.patch
Aktualisiert eine vorhandene Bestellung (node
)
HTTP-Anfrage
PATCH https://sasportal.googleapis.com/v1alpha1/{node.name=customers/*/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, 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"]]