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

Commit

Permalink
Correct typo in user_admin_api.md device deletion JSON (#12533)
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Olmari <sami@olmari.fi>
  • Loading branch information
olmari committed Apr 25, 2022
1 parent 8bac3e0 commit 813d728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12533.doc
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/admin_api/user_admin_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ POST /_synapse/admin/v2/users/<user_id>/delete_devices
"devices": [
"QBUAZIFURK",
"AUIECTSRND"
],
]
}
```

Expand Down

0 comments on commit 813d728

Please sign in to comment.