From 9f08f928c661763a2098eff699f8afdfa507113b Mon Sep 17 00:00:00 2001 From: chagai95 <31655082+chagai95@users.noreply.github.com> Date: Tue, 17 Nov 2020 14:31:54 +0100 Subject: [PATCH 1/2] a comma too much --- docs/admin_api/user_admin_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst index 95b3da27c4cd..84863296e377 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": "", - "logout_devices": true, + "logout_devices": true } To use it, you will need to authenticate by providing an ``access_token`` for a From 5c92a0b2bf0384820eaa52e0b5fd656eb8b3f5e5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 17 Nov 2020 14:08:02 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/8771.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8771.doc diff --git a/changelog.d/8771.doc b/changelog.d/8771.doc new file mode 100644 index 000000000000..297cf61e9840 --- /dev/null +++ b/changelog.d/8771.doc @@ -0,0 +1 @@ +Remove extraneous comma from JSON example in User Admin API docs. \ No newline at end of file