Fix typo in the curl command

This commit is contained in:
Timothy Arnold 2022-08-12 14:53:51 -05:00
parent 5dfd149c0d
commit 69da7ea02c

View file

@ -17,7 +17,7 @@ Endpoints may be used directly through curl.:
```
curl --header "Authorization: Bearer <access_token>" -X <POST|GET|PUT> <Endpoint URI> -d '<Request Body Content>'"
curl --header "Authorization: Bearer <access_token>" -X <POST|GET|PUT> <Endpoint URI> -d '<Request Body Content>'
```
## GET `/_dendrite/admin/evacuateRoom/{roomID}`