diff options
Diffstat (limited to 'src/server/api/endpoints/notes/show.ts')
| -rw-r--r-- | src/server/api/endpoints/notes/show.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/endpoints/notes/show.ts b/src/server/api/endpoints/notes/show.ts index 2ce2a2b35e..984b5c726a 100644 --- a/src/server/api/endpoints/notes/show.ts +++ b/src/server/api/endpoints/notes/show.ts @@ -6,8 +6,6 @@ import { ApiError } from '../../error'; import { Notes } from '../../../../models'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': '指定した投稿を取得します。', 'en-US': 'Get a note.' |