mangadex-full-api - v6.2.0
    Preparing search index...

    Interface CreateScanlationGroupSchema

    CreateScanlationGroup

    interface CreateScanlationGroupSchema {
        contactEmail?: string | null;
        description?: string | null;
        discord?: string | null;
        inactive?: boolean;
        ircChannel?: string | null;
        ircServer?: string | null;
        mangaUpdates?: string | null;
        name: string;
        publishDelay?: string | null;
        twitter?: string | null;
        website?: string | null;
    }
    Index

    Properties

    contactEmail?: string | null
    description?: string | null
    discord?: string | null
    inactive?: boolean
    ircChannel?: string | null
    ircServer?: string | null
    mangaUpdates?: string | null

    128

    ^https://www.mangaupdates.com/(group|publisher)(s.html?id=\d+|/[\w-]+/?([\w-]+)?(/)?)$

    name: string
    publishDelay?: string | null

    ^P(([1-9]|[1-9][0-9])D)?(([1-9])W)?(T(([1-9]|1[0-9]|2[0-4])H)?(([1-9]|[1-5][0-9]|60)M)?(([1-9]|[1-5][0-9]|60)S)?)?$

    twitter?: string | null

    uri

    ^https?://twitter.com

    website?: string | null