Skip to content

Save PDF annotations for a book

PUT
/api/v1/pdf-annotations/book/{bookId}
curl --request PUT \
--url http://127.0.0.1:58259/api/v1/pdf-annotations/book/1 \
--header 'Content-Type: application/json' \
--data '{ "additionalProperty": "example" }'

Save or update serialized PDF annotations for a specific book.

bookId
required
integer format: int64

ID of the book

Media type application/json
object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}

Annotations saved successfully