diff options
author | Alex <alex@adnab.me> | 2024-02-22 09:26:08 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-02-22 09:26:08 +0000 |
commit | 7e212e20e02b9cdced52ce23111214c6285a095a (patch) | |
tree | 2013c9d6da5e19a3e6563132e53a3c623f78226d /doc/drafts | |
parent | 885405d944f5f54bce12b53cf1d97f1ecd08887e (diff) | |
parent | 00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5 (diff) | |
download | garage-7e212e20e02b9cdced52ce23111214c6285a095a.tar.gz garage-7e212e20e02b9cdced52ce23111214c6285a095a.zip |
Merge pull request 'Minor typos & grammar fixes in docs' (#727) from hartraft/garage:docs-typo-fix into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/727
Diffstat (limited to 'doc/drafts')
-rw-r--r-- | doc/drafts/admin-api.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md index 411f6418..ce56d8e0 100644 --- a/doc/drafts/admin-api.md +++ b/doc/drafts/admin-api.md @@ -8,9 +8,9 @@ listen address is specified in the `[admin]` section of the configuration file (see [configuration file reference](@/documentation/reference-manual/configuration.md)) -**WARNING.** At this point, there is no comittement to stability of the APIs described in this document. -We will bump the version numbers prefixed to each API endpoint at each time the syntax -or semantics change, meaning that code that relies on these endpoint will break +**WARNING.** At this point, there is no commitment to the stability of the APIs described in this document. +We will bump the version numbers prefixed to each API endpoint each time the syntax +or semantics change, meaning that code that relies on these endpoints will break when changes are introduced. The Garage administration API was introduced in version 0.7.2, this document @@ -19,7 +19,7 @@ does not apply to older versions of Garage. ## Access control -The admin API uses two different tokens for acces control, that are specified in the config file's `[admin]` section: +The admin API uses two different tokens for access control, that are specified in the config file's `[admin]` section: - `metrics_token`: the token for accessing the Metrics endpoint (if this token is not set in the config file, the Metrics endpoint can be accessed without |