fix: properly return errors for malformed config (#2027)

This commit is contained in:
Alex Hancock
2025-04-04 09:55:48 -04:00
committed by GitHub
parent e438b331fe
commit c3042067a0
6 changed files with 25 additions and 13 deletions
+4
View File
@@ -178,6 +178,10 @@ export type AddExtensionErrors = {
* Invalid request
*/
400: unknown;
/**
* Could not serialize config.yaml
*/
422: unknown;
/**
* Internal server error
*/