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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/8771.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove extraneous comma from JSON example in User Admin API docs.
2 changes: 1 addition & 1 deletion docs/admin_api/user_admin_api.rst
Original file line number Diff line number Diff line change
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