Additional formatting updates to match other formats

This commit is contained in:
Timothy Arnold 2022-08-12 15:03:25 -05:00
parent 8cef062bf6
commit 855e06328e

View file

@ -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`)