diff --git a/doc/api/garage-admin-v2.json b/doc/api/garage-admin-v2.json index 4f1dbe5e..c1eacbf2 100644 --- a/doc/api/garage-admin-v2.json +++ b/doc/api/garage-admin-v2.json @@ -4351,36 +4351,14 @@ } }, "WorkerStateResp": { - "oneOf": [ - { - "type": "object", - "required": [ - "throttled" - ], - "properties": { - "throttled": { - "type": "object", - "required": [ - "durationSecs" - ], - "properties": { - "durationSecs": { - "type": "number", - "format": "float" - } - } - } - } - }, - { - "type": "string", - "enum": [ - "busy", - "idle", - "done" - ] - } - ] + { + "type": "string", + "enum": [ + "busy", + "idle", + "done" + ] + } }, "ZoneRedundancy": { "oneOf": [