@book000/pixivts
    Preparing search index...

    Interface PostV2NovelBookmarkAddRequest

    POST /v2/novel/bookmark/add のリクエスト

    interface PostV2NovelBookmarkAddRequest {
        novel_id: string;
        restrict: string;
        tags?: string[];
    }
    Index

    Properties

    novel_id: string

    小説ID

    restrict: string

    公開設定

    public: 公開 private: 非公開

    BookmarkRestrict.Public
    
    tags?: string[]

    ブックマークタグ群