diff --git a/doc/api/garage-admin-v2.json b/doc/api/garage-admin-v2.json index 82beb0c9..4f1dbe5e 100644 --- a/doc/api/garage-admin-v2.json +++ b/doc/api/garage-admin-v2.json @@ -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" ] }