osu-api-v2-js
    Preparing search index...

    Interface TagsEdit

    interface TagsEdit {
        beatmapset?: WithUserHype;
        comment: WithDiscussionidPostidOldtagsNewtags;
        created_at: Date;
        discussion?: null | WithStartingpost;
        id: number;
        type: "tags_edit";
        user_id?: number;
    }

    Hierarchy

    • WithOptionalUserid
    • WithOptionalBeatmapset
    • WithOptionalDiscussion
      • TagsEdit
    Index

    Properties

    beatmapset?: WithUserHype
    created_at: Date
    discussion?: null | WithStartingpost
    id: number
    type: "tags_edit"

    "approve" is currently not used, it's here just in case that ever changes https://github.com/ppy/osu-web/blob/master/app/Models/BeatmapsetEvent.php

    user_id?: number