diff options
author | Alex <alex@adnab.me> | 2023-07-14 15:51:44 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-07-14 15:51:44 +0000 |
commit | 6ba611361e6d3ae701ea211adddbed61ea338da7 (patch) | |
tree | 85f90fdd80ee92631cb5816f087126718c3659eb /doc/api/garage-admin-v0.yml | |
parent | 7605d0cb117d80e7140812e96264e86a4c987080 (diff) | |
parent | c855284760d4ac198f5acf2ae0e18f98870be98f (diff) | |
download | garage-6ba611361e6d3ae701ea211adddbed61ea338da7.tar.gz garage-6ba611361e6d3ae701ea211adddbed61ea338da7.zip |
Merge pull request 'tree-wide: fix some typos' (#598) from flokli/garage:fix-typos into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/598
Diffstat (limited to 'doc/api/garage-admin-v0.yml')
-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. |