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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user