chore: re-generate OpenAPI spec

```
cargo run -- admin-api-schema > doc/api/garage-admin-v2.json
```
This commit is contained in:
Milas Bowman 2025-09-03 21:08:47 -04:00
parent 4deb57815a
commit 16128fca63
No known key found for this signature in database

View File

@ -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"