ApplicabilityResponse
Response shape for GET /api/v1/release-sources/applicability.
applicablebooleanrequired
true when at least one enabled release_source plugin applies to
the requested library (or, if no libraryId was supplied, to any
library). The frontend uses this to decide whether to render the
per-series Tracking panel and Releases tab, or to show the
bulk-track menu entry.
pluginDisplayNamesstring[]required
Plugin display names (or fallback to name when no manifest cached
yet) of the enabled release-source plugins covering this library.
Empty when applicable is false. Useful for surfacing "Powered by
MangaUpdates, Nyaa" hints in the UI.
ApplicabilityResponse
{
"applicable": true,
"pluginDisplayNames": [
"string"
]
}