From 16128fca631f602f0bbf721cfdc8a1cfb86e2b97 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Wed, 3 Sep 2025 21:08:47 -0400 Subject: [PATCH] chore: re-generate OpenAPI spec ``` cargo run -- admin-api-schema > doc/api/garage-admin-v2.json ``` --- doc/api/garage-admin-v2.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/garage-admin-v2.json b/doc/api/garage-admin-v2.json index 885b7355..61c4440d 100644 --- a/doc/api/garage-admin-v2.json +++ b/doc/api/garage-admin-v2.json @@ -471,8 +471,7 @@ "parameters": [ { "name": "id", - "in": "path", - "description": "ID of the bucket to delete", + "in": "query", "required": true, "schema": { "type": "string" @@ -1601,8 +1600,7 @@ "parameters": [ { "name": "id", - "in": "path", - "description": "ID of the bucket to update", + "in": "query", "required": true, "schema": { "type": "string"