From 3339b7141cef55820766e5c819dc72cbfade57da Mon Sep 17 00:00:00 2001 From: Sami Olmari Date: Sat, 23 Apr 2022 13:16:35 +0300 Subject: [PATCH 1/3] Docs/admin_api: Correct typo in device deletion JSON Remove extraneous comma in users_admin_api device deletion section so example JSON is actually valid and working. Signed-off-by: Sami Olmari --- docs/admin_api/user_admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 4076fcab65f1..c8794299e790 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -804,7 +804,7 @@ POST /_synapse/admin/v2/users//delete_devices "devices": [ "QBUAZIFURK", "AUIECTSRND" - ], + ] } ``` From aa1bd739e36f80196e257b55f2ad653198ce75f1 Mon Sep 17 00:00:00 2001 From: Sami Olmari Date: Sat, 23 Apr 2022 13:36:55 +0300 Subject: [PATCH 2/3] Add changelog Signed-off-by: Sami Olmari --- changelog.d/12533.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12533.doc diff --git a/changelog.d/12533.doc b/changelog.d/12533.doc new file mode 100644 index 000000000000..b1c1e53ceb87 --- /dev/null +++ b/changelog.d/12533.doc @@ -0,0 +1 @@ +Remove extraneous comma in users_admin_api device deletion section so example JSON is actually valid and working. Contributed by @olmari. \ No newline at end of file From 80953d90fd07ca1decd7173e258c416a149359b0 Mon Sep 17 00:00:00 2001 From: Sami Olmari Date: Mon, 25 Apr 2022 15:14:52 +0300 Subject: [PATCH 3/3] Better working on changelog.d/12533.doc Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> --- changelog.d/12533.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/12533.doc b/changelog.d/12533.doc index b1c1e53ceb87..2c15488111cb 100644 --- a/changelog.d/12533.doc +++ b/changelog.d/12533.doc @@ -1 +1 @@ -Remove extraneous comma in users_admin_api device deletion section so example JSON is actually valid and working. Contributed by @olmari. \ No newline at end of file +Remove extraneous comma in User Admin API's device deletion section so that the example JSON is actually valid and works. Contributed by @olmari. \ No newline at end of file