fix(misskey-js): `notifications/create`のレスポンスの型の更新 (MisskeyIO#455)
This commit is contained in:
parent
780610a05e
commit
6751c38a52
|
@ -22346,12 +22346,6 @@ export type operations = {
|
||||||
'application/json': components['schemas']['Error'];
|
'application/json': components['schemas']['Error'];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/** @description To many requests */
|
|
||||||
429: {
|
|
||||||
content: {
|
|
||||||
'application/json': components['schemas']['Error'];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
/** @description Internal server error */
|
/** @description Internal server error */
|
||||||
500: {
|
500: {
|
||||||
content: {
|
content: {
|
||||||
|
|
Loading…
Reference in New Issue