Skip to content

Commit 7e74a33

Browse files
committed
docs: filesに入るのはURLではなくfile id
1 parent d3aa270 commit 7e74a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Page extends BasePage {
6767
/** ページ内のアイコン */
6868
icons: string[];
6969

70-
/** ページ内に含まれる、scrapbox.ioにアップロードしたファイルへのリンク */
70+
/** ページ内に含まれる、scrapbox.ioにアップロードしたファイルのfile id */
7171
files: string[];
7272

7373
/** 関連ページリスト */

0 commit comments

Comments
 (0)