diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-31 17:24:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 16:24:29 +0000 |
commit | 0da2301b21399b85a955d92dc355024a67b8cb40 (patch) | |
tree | 6f0f4f5c7e5250e44ca820d3706d738ab1c9c13d /docs/admin_api/account_validity.md | |
parent | Remove the obsolete MSC1849 configuration flag. (#11843) (diff) | |
download | synapse-0da2301b21399b85a955d92dc355024a67b8cb40.tar.xz |
Consolidate the `access_token` information in the admin api (#11861)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'docs/admin_api/account_validity.md')
-rw-r--r-- | docs/admin_api/account_validity.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin_api/account_validity.md b/docs/admin_api/account_validity.md index b74b5d0c1a..d878bf7451 100644 --- a/docs/admin_api/account_validity.md +++ b/docs/admin_api/account_validity.md @@ -4,6 +4,9 @@ This API allows a server administrator to manage the validity of an account. To use it, you must enable the account validity feature (under `account_validity`) in Synapse's configuration. +To use it, you will need to authenticate by providing an `access_token` +for a server admin: see [Admin API](../usage/administration/admin_api). + ## Renew account This API extends the validity of an account by as much time as configured in the |