CreateBookExternalLinkRequest
Request to create or update a book external link
externalIdstring | nullnullable
ID on the external source (if available)
Example:
OL123WsourceNamestringrequired
Source name (e.g., "openlibrary", "goodreads", "amazon") Will be normalized to lowercase
Example:
openlibraryurlstringrequired
URL to the external site
Example:
https://openlibrary.org/works/OL123WCreateBookExternalLinkRequest
{
"externalId": "OL123W",
"sourceName": "openlibrary",
"url": "https://openlibrary.org/works/OL123W"
}