Создает одно или несколько разрешений для заметки. Могут быть созданы только разрешения с ролью WRITER . Если добавить какое-либо разрешение не удается, весь запрос завершается неудачей и никакие изменения не вносятся.
HTTP-запрос
POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchCreate
Родительский ресурс, общий для всех создаваемых разрешений. Формат: notes/{note} Если этот параметр установлен, родительское поле в сообщениях CreatePermission должно быть либо пустым, либо соответствовать этому полю.
[[["Прост для понимания","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"]],["Последнее обновление: 2024-11-11 UTC."],[[["Use the `POST` method and the `https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchCreate` endpoint to batch create permissions for Google Keep notes."],["The request body must include an array of `requests`, each containing the `parent` note and the `permission` object to be created, with the `WRITER` role."],["If any permission creation fails, the entire request fails and no changes are made to the note's permissions."],["The response body contains an array of successfully created `permissions` with their details."],["This operation requires the `https://www.googleapis.com/auth/keep` OAuth scope for authorization."]]],[]]