Skip to content

Update Hardcover sync settings

PUT
/api/v1/hardcover-sync-settings
curl --request PUT \
--url http://127.0.0.1:58259/api/v1/hardcover-sync-settings \
--header 'Content-Type: application/json' \
--data '{ "hardcoverApiKey": "example", "hardcoverSyncEnabled": true }'

Update the current user’s Hardcover sync settings.

Media type application/json
object
hardcoverApiKey
string
hardcoverSyncEnabled
boolean
Example generated
{
"hardcoverApiKey": "example",
"hardcoverSyncEnabled": true
}

Settings updated successfully

Media type */*
object
hardcoverApiKey
string
hardcoverSyncEnabled
boolean