E621
    Preparing search index...

    Interface UpdatePostOptions

    interface UpdatePostOptions {
        "[RawBodyShape]"?: {};
        "[RawQueryShape]"?: {};
        bg_color?: string;
        description?: string;
        edit_reason?: string;
        hide_from_anonymous?: boolean;
        hide_from_search_engines?: boolean;
        is_comment_disabled?: boolean;
        is_comment_locked?: boolean;
        is_note_locked?: boolean;
        is_rating_locked?: boolean;
        is_status_locked?: boolean;
        locked_tags?: string;
        mode?: "basic" | "extended" | "thumbnail";
        old_description?: string;
        old_parent_id?: number;
        old_rating?: Rating;
        old_source?: string;
        old_tag_string?: string;
        parent_id?: number;
        rating?: Rating;
        source?: string;
        source_diff?: string;
        tag_string?: string;
        tag_string_diff?: string;
        v2?: boolean;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    "[RawQueryShape]"?: {}
    bg_color?: string
    description?: string
    edit_reason?: string
    hide_from_anonymous?: boolean
    hide_from_search_engines?: boolean
    is_comment_disabled?: boolean
    is_comment_locked?: boolean
    is_note_locked?: boolean
    is_rating_locked?: boolean
    is_status_locked?: boolean
    locked_tags?: string
    mode?: "basic" | "extended" | "thumbnail"
    old_description?: string
    old_parent_id?: number
    old_rating?: Rating
    old_source?: string
    old_tag_string?: string
    parent_id?: number
    rating?: Rating
    source?: string
    source_diff?: string
    tag_string?: string
    tag_string_diff?: string
    v2?: boolean