Skip to main content

LinkRequest

Body for the manual-link endpoint. Exactly one of:

  • seriesId: link to an existing series row by internal id.
  • provider + externalId: link via the named provider's external id; the provider's get is called when no mapping exists yet.
externalIdstring | nullnullable
providerstring | nullnullable
seriesIdinteger,null<int32>nullable
LinkRequest
{
"externalId": "string",
"provider": "string",
"seriesId": 0
}