Skip to main content

CreateSeriesRequest

Body for creating a manual series. Only canonicalTitle is required; the rest are optional descriptive fields. No provider mapping is created (that's the whole point), so the series is provider-agnostic and metadataSource is pinned to manual.

canonicalTitlestringrequired
coverUrlstring | nullnullable
descriptionstring | nullnullable
kindstring | nullnullable
yearinteger,null<int32>nullable
CreateSeriesRequest
{
"canonicalTitle": "string",
"coverUrl": "string",
"description": "string",
"kind": "string",
"year": 0
}