CreateSeriesExternalIdRequest
Request to create or update a series external ID
externalIdstringrequired
External ID value from the source
Example:
12345externalUrlstring | nullnullable
URL to the external source (optional)
Example:
https://anilist.co/manga/12345sourcestringrequired
Source identifier (e.g., "plugin:anilist", "manual", "comicinfo")
Example:
manualCreateSeriesExternalIdRequest
{
"externalId": "12345",
"externalUrl": "https://anilist.co/manga/12345",
"source": "manual"
}