i've looked through the misskey api docs, but i can't seem to find a way to silence an instance. did i miss something or is there just no way to do it?

#SharkeyDev #MisskeyDev
nvm i think i found it. i assume i have to fetch the list of currently silenced instances, append to it, and then send it to POST /admin/update-meta as silencedHosts.
@izalia ow my brain
@gothdactyl yeah it's really weird and i'm not sure why it's like that tbh
@gothdactyl also apparently i'd have to fetch literally every instance setting in one request just to get the silenced instances lol

https://sharkey.barkshark.xyz/api-doc#tag/meta/post/admin/meta
Misskey API