googleapis.com – keep
The Google Keep API is used in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:keep/v1.json
- Provider
- googleapis.com:keep / keep
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/keep/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/keep/v1/openapi.yaml
Tools (8)
Extracted live via the executor SDK.
-
notes.keepNotesCreateCreates a new note.
-
notes.keepNotesDeleteDeletes a note. Caller must have the
OWNERrole on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note. -
notes.keepNotesGetGets a note.
-
notes.keepNotesListLists notes. Every list call returns a page of results with
page_sizeas the upper bound of returned items. Apage_sizeof zero allows the server to choose the upper bound. The ListNotesResponse contains at mostpage_sizeentries. If there are more things left to list, it provides anext_page_tokenvalue. (Page tokens are opaque values.) To get the next page of results, copy the result'snext_page_tokeninto the next request'spage_token. Repeat until thenext_page_tokenreturned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error. -
notes.keepNotesPermissionsBatchCreateCreates one or more permissions on the note. Only permissions with the
WRITERrole may be created. If adding any permission fails, then the entire request fails and no changes are made. -
notes.keepNotesPermissionsBatchDeleteDeletes one or more permissions on the note. The specified entities will immediately lose access. A permission with the
OWNERrole can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools