From dc8355d0f3ee38d1c5088d6a5f35ea3a2db3267f Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Thu, 5 Mar 2026 11:03:58 +0100 Subject: [PATCH] edit openapi by hand :sob: --- doc/api/garage-admin-v2.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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" ] }