mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 15:43:09 -06:00
Additional formatting updates to match other formats
This commit is contained in:
parent
8cef062bf6
commit
855e06328e
|
|
@ -15,7 +15,6 @@ More endpoints will be added in the future.
|
|||
|
||||
Endpoints may be used directly through curl:
|
||||
|
||||
|
||||
```
|
||||
curl --header "Authorization: Bearer <access_token>" -X <POST|GET|PUT> <Endpoint URI> -d '<Request Body Contents>'
|
||||
```
|
||||
|
|
@ -75,4 +74,4 @@ guidance on configuring and using this endpoint.
|
|||
## GET `/_matrix/client/v3/admin/whois/{userId}`
|
||||
|
||||
From the [Matrix Spec](https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3adminwhoisuserid).
|
||||
Gets information about a particular user. ```userId``` is the full user ID e.g. ```@alice:domain.com```
|
||||
Gets information about a particular user. `userId` is the full user ID (e.g. `@alice:domain.com`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue