Skip to content
Snippets Groups Projects
Unverified Commit f8981b3a authored by syuilo's avatar syuilo
Browse files

Update src/server/api/endpoints/notes/reactions.ts

parent 050b3248
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment