mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update API docs
This commit is contained in:
parent
622172093e
commit
d671901d8d
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export const meta = {
|
|||
'en-US': 'Favorite a note.'
|
||||
},
|
||||
|
||||
tags: ['favorites'],
|
||||
tags: ['notes', 'favorites'],
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ export const meta = {
|
|||
'en-US': 'Unfavorite a note.'
|
||||
},
|
||||
|
||||
tags: ['favorites'],
|
||||
tags: ['notes', 'favorites'],
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
|
|
Loading…
Reference in a new issue