mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 18:03:41 +01:00
Fix typo
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
This commit is contained in:
parent
fee90f135b
commit
80bfbbdd33
|
|
@ -1123,7 +1123,7 @@ ban MUST have the required power level. To ban a user, a request should be made
|
|||
to |/rooms/<room_id>/ban|_ with::
|
||||
|
||||
{
|
||||
"user_id": "<user id to ban"
|
||||
"user_id": "<user id to ban>"
|
||||
"reason": "string: <reason for the ban>"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue