0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02: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:
Sami Olmari 2022-04-25 15:39:15 +03:00 committed by GitHub
parent 8bac3e0435
commit 813d728d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12533.doc Normal file
View 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.

View file

@ -804,7 +804,7 @@ POST /_synapse/admin/v2/users/<user_id>/delete_devices
"devices": [
"QBUAZIFURK",
"AUIECTSRND"
],
]
}
```