CreateBookExternalIdRequest
Request to create or update a book external ID
externalIdstringrequired
External ID value (ISBN, OLID, etc.)
Example:
978-0553418026externalUrlstring | nullnullable
URL to the external source (optional)
Example:
https://openlibrary.org/works/OL123456Wsourcestringrequired
Source identifier (e.g., "plugin:openlibrary", "epub", "pdf", "manual")
Example:
manualCreateBookExternalIdRequest
{
"externalId": "978-0553418026",
"externalUrl": "https://openlibrary.org/works/OL123456W",
"source": "manual"
}