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

Commit

Permalink
a comma too much (#8771)
Browse files Browse the repository at this point in the history
Signed-off-by: Chagai Friedlander chagai95@gmail.com
  • Loading branch information
chagai95 authored Nov 17, 2020
1 parent 473dfec commit e487d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit e487d9f

Please sign in to comment.