provider mylibrary PUT /books/v1/mylibrary/annotations/{annotationId}
@utdk/google/books /books/v1/mylibrary/annotations/{annotationId}
mylibrary.annotations.update
Updates an existing annotation.
$.xgafv query
V1 error format.
enum: 1, 2
access_token query
OAuth access token.
string
alt query
Data format for response.
enum: json, media, proto
callback query
JSONP
string
fields query
Selector specifying which fields to include in a partial response.
string
key query
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
string
oauth_token query
OAuth 2.0 token for the current user.
string
prettyPrint query
Returns response with indentations and line breaks.
boolean
quotaUser query
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
string
upload_protocol query
Upload protocol for media (e.g. "raw", "multipart").
string
uploadType query
Legacy upload protocol for media (e.g. "media", "multipart").
string
annotationId path required
The ID for the annotation to update.
string
source query
String to identify the originator of this request.
string

Try it

Authentication
Configure credentials for Books API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

mylibraryAnnotationsUpdate
PUT/books/v1/mylibrary/annotations/{annotationId}
Updates an existing annotation.

Parameters

required

The ID for the annotation to update.

V1 error format.

OAuth access token.

Data format for response.

JSONP

Selector specifying which fields to include in a partial response.

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

OAuth 2.0 token for the current user.

Returns response with indentations and line breaks.

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Upload protocol for media (e.g. "raw", "multipart").

Legacy upload protocol for media (e.g. "media", "multipart").

String to identify the originator of this request.

Input

Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty.

Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty.

Selection ranges sent from the client.

Timestamp for the created time of this annotation.

Selection ranges for the most recent content version.

User-created data for this annotation.

Indicates that this annotation is deleted.

The highlight style for this annotation.

Id of this annotation, in the form of a GUID.

Resource type.

The layer this annotation is for.

Pages that this annotation spans.

Excerpt from the volume.

URL to this resource.

Timestamp for the last time this annotation was modified.

The volume that this annotation belongs to.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_books from '@utdk/google/books';

await google_books.mylibraryAnnotationsUpdate()