summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorSumner Evans <sumner@beeper.com>2023-07-05 08:15:56 -0600
committerGitHub <noreply@github.com>2023-07-05 16:15:56 +0200
commitcc780b3f7711b422698ef3392c2caf146312855d (patch)
tree4d7324c19479f47aca37fba53014166e4a7c898f /docs
parentFix could not serialize access due to concurrent `DELETE` from presence_strea... (diff)
downloadsynapse-cc780b3f7711b422698ef3392c2caf146312855d.tar.xz
docs/admin_api: fix header level on 'Users' page (#15852)
Signed-off-by: Sumner Evans <sumner@beeper.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_api/user_admin_api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md
index f17e60b1cb..23f465e98d 100644
--- a/docs/admin_api/user_admin_api.md
+++ b/docs/admin_api/user_admin_api.md
@@ -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
   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 
 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
 [/_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:
 
@@ -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._
 
 
-### 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: