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

Commit 813d728

Browse files
authored
Correct typo in user_admin_api.md device deletion JSON (#12533)
Signed-off-by: Sami Olmari <[email protected]>
1 parent 8bac3e0 commit 813d728

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12533.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove extraneous comma in User Admin API's device deletion section so that the example JSON is actually valid and works. Contributed by @olmari.

docs/admin_api/user_admin_api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ POST /_synapse/admin/v2/users/<user_id>/delete_devices
804804
"devices": [
805805
"QBUAZIFURK",
806806
"AUIECTSRND"
807-
],
807+
]
808808
}
809809
```
810810

0 commit comments

Comments
 (0)