aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-11-12 23:04:37 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-11-12 23:04:37 +0100
commit74ea449f4be28d4f73d9c8edaf4a427b32c4602e (patch)
tree34407e6dad576ecfeb66605dffc13fa295de3a65
parenteabb37b53f3dc09ddc7cac1ff4e2bf9fa985bf78 (diff)
downloadgarage-74ea449f4be28d4f73d9c8edaf4a427b32c4602e.tar.gz
garage-74ea449f4be28d4f73d9c8edaf4a427b32c4602e.zip
Add missing parameter
-rw-r--r--doc/api/garage-admin-v0.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/garage-admin-v0.yml b/doc/api/garage-admin-v0.yml
index 10d04a5c..a841f8d9 100644
--- a/doc/api/garage-admin-v0.yml
+++ b/doc/api/garage-admin-v0.yml
@@ -643,6 +643,14 @@ paths:
In `quotas`: new values of `maxSize` and `maxObjects` must both be specified, or set to `null`
to remove the quotas. An absent value will be considered the same as a `null`. It is not possible
to change only one of the two quotas.
+ parameters:
+ - name: bucket_id
+ in: path
+ required: true
+ description: "The exact bucket identifier, a 32 bytes hexadecimal string"
+ example: "b4018dc61b27ccb5c64ec1b24f53454bbbd180697c758c4d47a22a8921864a87"
+ schema:
+ type: string
requestBody:
description: |
Requested changes on the bucket. Both root fields are optionals.