Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
This commit is contained in:
Benjamin Saunders 2016-08-26 02:19:02 -07:00
parent fee90f135b
commit 80bfbbdd33

View file

@ -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>"
}