Method: nodes.nodes.create
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
HTTP-запрос
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes
URL использует синтаксис перекодировки gRPC .
Параметры пути
Параметры |
---|
parent | string Обязательно. Имя родительского ресурса, где будет создан узел. |
Текст запроса
Тело запроса содержит экземпляр Node
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр Node
.
Области авторизации
Требуется следующая область OAuth:
-
https://www.googleapis.com/auth/userinfo.email
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[[["Creates a new node resource within a specified parent resource using an HTTP POST request."],["Requires providing the parent resource name as a path parameter and a Node object in the request body."],["Upon successful creation, the API returns the newly created Node object in the response body."],["The request needs to be authorized with the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["A new node is created using a `POST` request to the specified URL, which includes the parent node in the path. The `parent` path parameter is required. The request body must contain a `Node` instance. A successful operation returns a newly created `Node` instance in the response body. The process requires the `https://www.googleapis.com/auth/userinfo.email` authorization scope. The URL syntax is based on gRPC Transcoding.\n"]]