edit openapi by hand 😭

This commit is contained in:
trinity-1686a
2026-03-05 11:03:58 +01:00
parent 1c12ca4caf
commit dc8355d0f3
+2 -12
View File
@@ -4352,12 +4352,6 @@
},
"WorkerStateResp": {
"oneOf": [
{
"type": "string",
"enum": [
"busy"
]
},
{
"type": "object",
"required": [
@@ -4381,12 +4375,8 @@
{
"type": "string",
"enum": [
"idle"
]
},
{
"type": "string",
"enum": [
"busy",
"idle",
"done"
]
}