enhance: タグ検索においてローカルのみやファイル付きを指定できるように (MisskeyIO#527)

cheery-picked from TeamNijimiss/misskey@4fe36c8eb9

Co-authored-by: Nafu Satsuki <satsuki@nafusoft.dev>
This commit is contained in:
まっちゃとーにゅ 2024-03-16 17:37:58 +09:00 committed by GitHub
parent 5c019eec04
commit c2e1f60943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 3 deletions

View file

@ -22447,6 +22447,8 @@ export type operations = {
requestBody: {
content: {
'application/json': {
/** @default null */
local?: boolean | null;
/** @default null */
reply?: boolean | null;
/** @default null */