diff options
author | Florian Klink <flokli@flokli.de> | 2023-07-14 14:24:27 +0300 |
---|---|---|
committer | Florian Klink <flokli@flokli.de> | 2023-07-14 14:24:27 +0300 |
commit | 202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404 (patch) | |
tree | f5af298e96e7549a3b7ed78390ce124089cb3987 | |
parent | 7605d0cb117d80e7140812e96264e86a4c987080 (diff) | |
download | garage-202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404.tar.gz garage-202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404.zip |
doc/api: fix typo
-rw-r--r-- | doc/api/garage-admin-v0.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/garage-admin-v0.yml b/doc/api/garage-admin-v0.yml index 51968894..83316d93 100644 --- a/doc/api/garage-admin-v0.yml +++ b/doc/api/garage-admin-v0.yml @@ -632,7 +632,7 @@ paths: operationId: "UpdateBucket" summary: "Update a bucket" description: | - All fields (`websiteAccess` and `quotas`) are optionnal. + All fields (`websiteAccess` and `quotas`) are optional. If they are present, the corresponding modifications are applied to the bucket, otherwise nothing is changed. In `websiteAccess`: if `enabled` is `true`, `indexDocument` must be specified. |