1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-16 00:49:18 -05:00

Update API docs

This commit is contained in:
syuilo 2019-05-17 00:19:23 +09:00
parent fe6d88e410
commit d6ccb1725b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 2 deletions
src/server/api/endpoints/notes/favorites

View file

@ -14,7 +14,7 @@ export const meta = {
'en-US': 'Favorite a note.'
},
tags: ['favorites'],
tags: ['notes', 'favorites'],
requireCredential: true,

View file

@ -13,7 +13,7 @@ export const meta = {
'en-US': 'Unfavorite a note.'
},
tags: ['favorites'],
tags: ['notes', 'favorites'],
requireCredential: true,