mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 23:17:33 -07:00
Update src/server/api/endpoints/notes/reactions.ts
This commit is contained in:
parent
6a45fbfed5
commit
f03f03dcc0
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ export const meta = {
|
|||
|
||||
params: {
|
||||
noteId: $.type(ID).note({
|
||||
'ja-JP': '対象の投稿のID',
|
||||
'en-US': 'The ID of the target note'
|
||||
}),
|
||||
|
||||
limit: $.num.optional.range(1, 100).note({
|
||||
|
|
Loading…
Reference in a new issue