|
|
@@ -5781,22 +5781,22 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "400": {
|
|
|
- "description": "Bad request",
|
|
|
+ "404": {
|
|
|
+ "description": "NotFoundError",
|
|
|
"content": {
|
|
|
"application/json": {
|
|
|
"schema": {
|
|
|
- "$ref": "#/components/schemas/BadRequestError"
|
|
|
+ "$ref": "#/components/schemas/NotFoundError"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "404": {
|
|
|
- "description": "NotFoundError",
|
|
|
+ "500": {
|
|
|
+ "description": "InternalServerError",
|
|
|
"content": {
|
|
|
"application/json": {
|
|
|
"schema": {
|
|
|
- "$ref": "#/components/schemas/NotFoundError"
|
|
|
+ "$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -5852,22 +5852,22 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "400": {
|
|
|
- "description": "Bad request",
|
|
|
+ "404": {
|
|
|
+ "description": "NotFoundError",
|
|
|
"content": {
|
|
|
"application/json": {
|
|
|
"schema": {
|
|
|
- "$ref": "#/components/schemas/BadRequestError"
|
|
|
+ "$ref": "#/components/schemas/NotFoundError"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "404": {
|
|
|
- "description": "NotFoundError",
|
|
|
+ "500": {
|
|
|
+ "description": "InternalServerError",
|
|
|
"content": {
|
|
|
"application/json": {
|
|
|
"schema": {
|
|
|
- "$ref": "#/components/schemas/NotFoundError"
|
|
|
+ "$ref": "#/components/schemas/effect_HttpApiError_InternalServerError"
|
|
|
}
|
|
|
}
|
|
|
}
|