Method: nodes.nodes.nodes.create
คำขอ HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes
URL ใช้ไวยากรณ์ gRPC Transcoding
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ ชื่อทรัพยากรระดับบนสุดที่จะสร้างโหนด
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Node
เนื้อหาการตอบกลับ
หากทําสําเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Node
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/sasportal
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["Creates a new node resource within a specified parent node using an HTTP POST request."],["Requires providing the parent resource name as a path parameter in the URL."],["The request body should contain a Node object defining the properties of the new node."],["A successful response returns the newly created Node object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details how to create a new node using a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes`. The `parent` path parameter, a string, is required to specify the parent resource. The request body must contain a `Node` instance. A successful request returns a newly created `Node` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]