waifuim
    Preparing search index...

    Interface UpdateTagOptions

    interface UpdateTagOptions {
        creatorId?: number | null;
        description?: string;
        name: string;
        reviewStatus?: ReviewStatus | null;
        slug?: string | null;
    }
    Index

    Properties

    creatorId?: number | null

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

    description?: string

    The updated description.

    name: string

    The updated display name.

    reviewStatus?: ReviewStatus | null
    slug?: string | null

    The updated slug.