@@ -5590,6 +5590,10 @@ export type SessionForkData = {
}
export type SessionForkErrors = {
+ /**
+ * Bad request
+ */
+ 400: BadRequestError
/**
* NotFoundError
*/
@@ -5536,6 +5536,16 @@
},
+ "400": {
+ "description": "Bad request",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/BadRequestError"
+ }
+ },
"404": {
"description": "NotFoundError",
"content": {