Fix more documentation formatting

This commit is contained in:
Timothy Arnold 2022-08-12 15:00:35 -05:00
parent 2f5fe8a718
commit 8cef062bf6

View file

@ -13,11 +13,11 @@ without warning.
More endpoints will be added in the future.
Endpoints may be used directly through curl.:
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 Contents>'
```
## GET `/_dendrite/admin/evacuateRoom/{roomID}`