mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
docs/admin_api: fix header level on 'Users' page (#15852)
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
parent
4cf9f92f39
commit
cc780b3f77
1
changelog.d/15852.doc
Normal file
1
changelog.d/15852.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fixed header levels on the Admin API "Users" documentation page. Contributed by @sumnerevans at @beeper.
|
@ -1183,7 +1183,7 @@ The following parameters should be set in the URL:
|
|||||||
- `user_id` - The fully qualified MXID: for example, `@user:server.com`. The user must
|
- `user_id` - The fully qualified MXID: for example, `@user:server.com`. The user must
|
||||||
be local.
|
be local.
|
||||||
|
|
||||||
### Check username availability
|
## Check username availability
|
||||||
|
|
||||||
Checks to see if a username is available, and valid, for the server. See [the client-server
|
Checks to see if a username is available, and valid, for the server. See [the client-server
|
||||||
API](https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available)
|
API](https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available)
|
||||||
@ -1201,7 +1201,7 @@ GET /_synapse/admin/v1/username_available?username=$localpart
|
|||||||
The request and response format is the same as the
|
The request and response format is the same as the
|
||||||
[/_matrix/client/r0/register/available](https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available) API.
|
[/_matrix/client/r0/register/available](https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available) API.
|
||||||
|
|
||||||
### Find a user based on their ID in an auth provider
|
## Find a user based on their ID in an auth provider
|
||||||
|
|
||||||
The API is:
|
The API is:
|
||||||
|
|
||||||
@ -1240,7 +1240,7 @@ Returns a `404` HTTP status code if no user was found, with a response body like
|
|||||||
_Added in Synapse 1.68.0._
|
_Added in Synapse 1.68.0._
|
||||||
|
|
||||||
|
|
||||||
### Find a user based on their Third Party ID (ThreePID or 3PID)
|
## Find a user based on their Third Party ID (ThreePID or 3PID)
|
||||||
|
|
||||||
The API is:
|
The API is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user