Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

a comma too much #8771

Merged
merged 2 commits into from Nov 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin_api/user_admin_api.rst
Expand Up @@ -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
Expand Down