summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-06-10 13:45:30 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-06-10 13:45:30 +0900
commitf69627939bde5ac2e2d06bd6e9e70e2febc36f7d (patch)
tree9689017cca9b84f348719e35891b290a90b12d3d /packages
parentfix(backend): キャッシュが溜まり続けないように (diff)
downloadsharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.tar.gz
sharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.tar.bz2
sharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.zip
Update misskey-js.api.md
Diffstat (limited to 'packages')
-rw-r--r--packages/misskey-js/etc/misskey-js.api.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/misskey-js/etc/misskey-js.api.md b/packages/misskey-js/etc/misskey-js.api.md
index 396187a439..eddc5cf90c 100644
--- a/packages/misskey-js/etc/misskey-js.api.md
+++ b/packages/misskey-js/etc/misskey-js.api.md
@@ -2324,7 +2324,9 @@ type LiteInstanceMetadata = {
themeColor: string | null;
mascotImageUrl: string | null;
bannerUrl: string | null;
- errorImageUrl: string | null;
+ serverErrorImageUrl: string | null;
+ infoImageUrl: string | null;
+ notFoundImageUrl: string | null;
iconUrl: string | null;
backgroundImageUrl: string | null;
logoImageUrl: string | null;