mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 11:48:44 +00:00
Correct typo in user_admin_api.md device deletion JSON (#12533)
Signed-off-by: Sami Olmari <sami@olmari.fi>
This commit is contained in:
parent
8bac3e0435
commit
813d728d09
2 changed files with 2 additions and 1 deletions
1
changelog.d/12533.doc
Normal file
1
changelog.d/12533.doc
Normal file
|
@ -0,0 +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.
|
|
@ -804,7 +804,7 @@ POST /_synapse/admin/v2/users/<user_id>/delete_devices
|
||||||
"devices": [
|
"devices": [
|
||||||
"QBUAZIFURK",
|
"QBUAZIFURK",
|
||||||
"AUIECTSRND"
|
"AUIECTSRND"
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue