waifuim
    Preparing search index...

    Interface UpdateArtistOptions

    interface UpdateArtistOptions {
        creatorId?: number | null;
        deviantArt?: string | null;
        name: string;
        patreon?: string | null;
        pixiv?: string | null;
        reviewStatus?: ReviewStatus | null;
        twitter?: string | null;
    }
    Index

    Properties

    creatorId?: number | null

    The creator user ID. Set to reassign who created this artist.

    deviantArt?: string | null

    Updated DeviantArt link.

    name: string

    The updated artist name.

    patreon?: string | null

    Updated Patreon link.

    pixiv?: string | null

    Updated Pixiv link.

    reviewStatus?: ReviewStatus | null

    The review status (Moderator only). Set to Accepted to approve a pending artist.

    twitter?: string | null

    Updated Twitter/X link.