diff options
author | chagai95 <31655082+chagai95@users.noreply.github.com> | 2020-11-17 15:13:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 14:13:56 +0000 |
commit | e487d9fabc24934743442a5b70ab371d756aa1dc (patch) | |
tree | 5ed81c5d40690b0ffc1ca1b0e0b64345c01650dd /docs | |
parent | Use TYPE_CHECKING instead of magic MYPY variable. (#8770) (diff) | |
download | synapse-e487d9fabc24934743442a5b70ab371d756aa1dc.tar.xz |
a comma too much (#8771)
Signed-off-by: Chagai Friedlander chagai95@gmail.com
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/user_admin_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst index 95b3da27c4..84863296e3 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst @@ -254,7 +254,7 @@ with a body of: { "new_password": "<secret>", - "logout_devices": true, + "logout_devices": true } To use it, you will need to authenticate by providing an ``access_token`` for a |