Remove endpoint descriptions

#6627
This commit is contained in:
syuilo 2021-06-08 14:09:32 +09:00
parent d6267f797d
commit 6b312f755e
198 changed files with 0 additions and 1904 deletions

View file

@ -5,46 +5,27 @@ import { makePaginationQuery } from '../common/make-pagination-query';
import { Notes } from '../../../models';
export const meta = {
desc: {
'ja-JP': '投稿を取得します。'
},
tags: ['notes'],
params: {
local: {
validator: $.optional.bool,
desc: {
'ja-JP': 'ローカルの投稿に限定するか否か'
}
},
reply: {
validator: $.optional.bool,
desc: {
'ja-JP': '返信に限定するか否か'
}
},
renote: {
validator: $.optional.bool,
desc: {
'ja-JP': 'Renoteに限定するか否か'
}
},
withFiles: {
validator: $.optional.bool,
desc: {
'ja-JP': 'ファイルが添付された投稿に限定するか否か'
}
},
poll: {
validator: $.optional.bool,
desc: {
'ja-JP': 'アンケートが添付された投稿に限定するか否か'
}
},
limit: {