A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/workspace/keep/api/reference/rest/v1/notes.permissions/batchCreate below:

Method: notes.permissions.batchCreate | Google Keep

Method: notes.permissions.batchCreate

Stay organized with collections Save and categorize content based on your preferences.

Creates one or more permissions on the note. Only permissions with the WRITER role may be created. If adding any permission fails, then the entire request fails and no changes are made.

HTTP request

POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchCreate

The URL uses gRPC Transcoding syntax.

Path parameters Parameters parent

string

The parent resource shared by all Permissions being created. Format: notes/{note} If this is set, the parent field in the CreatePermission messages must either be empty or match this field.

Request body

The request body contains data with the following structure:

Fields requests[]

object (CreatePermissionRequest)

The request message specifying the resources to create.

Response body

The response for creating permissions on a note.

If successful, the response body contains data with the following structure:

JSON representation
{
  "permissions": [
    {
      object (Permission)
    }
  ]
}
Fields permissions[]

object (Permission)

Permissions created.

Requires the following OAuth scope:

For more information, see the Authorization guide.

CreatePermissionRequest

The request to add a single permission on the note.

JSON representation
{
  "parent": string,
  "permission": {
    object (Permission)
  }
}
Fields parent

string

Required. The parent note where this permission will be created. Format: notes/{note}

permission

object (Permission)

Required. The permission to create. One of Permission.email, User.email or Group.email must be supplied.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-11 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4