aboutsummaryrefslogtreecommitdiff
path: root/doc/drafts/admin-api.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-07-14 15:51:44 +0000
committerAlex <alex@adnab.me>2023-07-14 15:51:44 +0000
commit6ba611361e6d3ae701ea211adddbed61ea338da7 (patch)
tree85f90fdd80ee92631cb5816f087126718c3659eb /doc/drafts/admin-api.md
parent7605d0cb117d80e7140812e96264e86a4c987080 (diff)
parentc855284760d4ac198f5acf2ae0e18f98870be98f (diff)
downloadgarage-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/drafts/admin-api.md')
-rw-r--r--doc/drafts/admin-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md
index 9a697a59..fb71dc83 100644
--- a/doc/drafts/admin-api.md
+++ b/doc/drafts/admin-api.md
@@ -453,7 +453,7 @@ Request body format:
}
```
-All fields (`name`, `allow` and `deny`) are optionnal.
+All fields (`name`, `allow` and `deny`) are optional.
If they are present, the corresponding modifications are applied to the key, otherwise nothing is changed.
The possible flags in `allow` and `deny` are: `createBucket`.
@@ -609,7 +609,7 @@ Request body format:
}
```
-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.