mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-11 08:03:09 -06:00
Fix typo in the curl command
This commit is contained in:
parent
5dfd149c0d
commit
69da7ea02c
|
|
@ -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}`
|
## GET `/_dendrite/admin/evacuateRoom/{roomID}`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue