summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/create.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-22 05:16:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-22 05:16:27 +0900
commit3aece449e4a2134381d69754716906353c2dd8bf (patch)
tree6effa7785bb5f34b79696f4734d236267cb5f361 /src/server/api/endpoints/notes/create.ts
parent#2939 part 3 (#2976) (diff)
downloadsharkey-3aece449e4a2134381d69754716906353c2dd8bf.tar.gz
sharkey-3aece449e4a2134381d69754716906353c2dd8bf.tar.bz2
sharkey-3aece449e4a2134381d69754716906353c2dd8bf.zip
Improve API definitions
Diffstat (limited to 'src/server/api/endpoints/notes/create.ts')
-rw-r--r--src/server/api/endpoints/notes/create.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/api/endpoints/notes/create.ts b/src/server/api/endpoints/notes/create.ts
index 96745132a3..432561da38 100644
--- a/src/server/api/endpoints/notes/create.ts
+++ b/src/server/api/endpoints/notes/create.ts
@@ -8,6 +8,8 @@ import { IApp } from '../../../../models/app';
import getParams from '../../get-params';
export const meta = {
+ stability: 'stable',
+
desc: {
'ja-JP': '投稿します。'
},