Skip to main content

ExternalLinkContextDto

External link context for template evaluation.

externalIdstring | nullnullable

External ID on the source (optional)

Example: 123
sourcestringrequired

Source name (e.g., "mangadex", "myanimelist")

Example: mangadex
urlstringrequired

URL to the external resource

Example: https://mangadex.org/title/123
ExternalLinkContextDto
{
"externalId": "123",
"source": "mangadex",
"url": "https://mangadex.org/title/123"
}