mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +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::
|
to |/rooms/<room_id>/ban|_ with::
|
||||||
|
|
||||||
{
|
{
|
||||||
"user_id": "<user id to ban"
|
"user_id": "<user id to ban>"
|
||||||
"reason": "string: <reason for the ban>"
|
"reason": "string: <reason for the ban>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue