aboutsummaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-07-14 14:24:27 +0300
committerFlorian Klink <flokli@flokli.de>2023-07-14 14:24:27 +0300
commit202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404 (patch)
treef5af298e96e7549a3b7ed78390ce124089cb3987 /doc/api
parent7605d0cb117d80e7140812e96264e86a4c987080 (diff)
downloadgarage-202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404.tar.gz
garage-202d3f0e3c3c8ea69ea6df34a9bdf9b401fb6404.zip
doc/api: fix typo
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/garage-admin-v0.yml2
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.