fix(backend): better notes/translate
error response (#13631)
* fix(backend): better `notes/translate` error response * Update CHANGELOG.md * test(backend): perform administrative operations as `root` --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
f3500ffda9
commit
b35ae97ba7
4 changed files with 97 additions and 28 deletions
|
@ -21864,6 +21864,10 @@ export type operations = {
|
|||
};
|
||||
};
|
||||
};
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
content: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue