1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-27 01:34:36 +02:00

fix(misskey-js): notifications/createのレスポンスの型の更新 (MisskeyIO#455)

This commit is contained in:
まっちゃとーにゅ
2024-02-16 22:13:47 +09:00
committed by GitHub
parent 780610a05e
commit 6751c38a52

View File

@@ -22346,12 +22346,6 @@ export type operations = {
'application/json': components['schemas']['Error'];
};
};
/** @description To many requests */
429: {
content: {
'application/json': components['schemas']['Error'];
};
};
/** @description Internal server error */
500: {
content: {