diff options
Diffstat (limited to 'src/server/api/endpoints/drive/files/attached-notes.ts')
| -rw-r--r-- | src/server/api/endpoints/drive/files/attached-notes.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/endpoints/drive/files/attached-notes.ts b/src/server/api/endpoints/drive/files/attached-notes.ts index e1bef8e8d9..e1fc27f599 100644 --- a/src/server/api/endpoints/drive/files/attached-notes.ts +++ b/src/server/api/endpoints/drive/files/attached-notes.ts @@ -5,8 +5,6 @@ import { ApiError } from '../../../error'; import { DriveFiles, Notes } from '../../../../../models'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': '指定したドライブのファイルが添付されている投稿一覧を取得します。', 'en-US': 'Get the notes that specified file of drive attached.' |