mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Fix more documentation formatting
This commit is contained in:
parent
2f5fe8a718
commit
8cef062bf6
|
|
@ -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}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue