diff --git a/latest/admin_api/account_validity.html b/latest/admin_api/account_validity.html index b7a27e0094..8ebf393d08 100644 --- a/latest/admin_api/account_validity.html +++ b/latest/admin_api/account_validity.html @@ -151,7 +151,7 @@ use it, you must enable the account validity feature (under account_validity) in Synapse's configuration.

To use it, you will need to authenticate by providing an access_token -for a server admin: see Admin API.

+for a server admin: see Admin API.

Renew account

This API extends the validity of an account by as much time as configured in the period parameter from the account_validity configuration.

diff --git a/latest/admin_api/event_reports.html b/latest/admin_api/event_reports.html index 62f3d2e113..a8493ecd9d 100644 --- a/latest/admin_api/event_reports.html +++ b/latest/admin_api/event_reports.html @@ -149,7 +149,7 @@

Show reported events

This API returns information about reported events.

To use it, you will need to authenticate by providing an access_token -for a server admin: see Admin API.

+for a server admin: see Admin API.

The api is:

GET /_synapse/admin/v1/event_reports?from=0&limit=10
 
diff --git a/latest/admin_api/media_admin_api.html b/latest/admin_api/media_admin_api.html index d1005372de..8c8aa1830d 100644 --- a/latest/admin_api/media_admin_api.html +++ b/latest/admin_api/media_admin_api.html @@ -151,7 +151,7 @@

Details about the format of the media_id and storage of the media in the file system are documented under media repository.

To use it, you will need to authenticate by providing an access_token -for a server admin: see Admin API.

+for a server admin: see Admin API.

List all media in a room

This API gets a list of known media in a room. However, it only shows media from unencrypted events or rooms.

diff --git a/latest/admin_api/purge_history_api.html b/latest/admin_api/purge_history_api.html index bec236320b..9a61ccad38 100644 --- a/latest/admin_api/purge_history_api.html +++ b/latest/admin_api/purge_history_api.html @@ -155,7 +155,7 @@ paginate further back in the room from the point being purged from.

Note that Synapse requires at least one message in each room, so it will never delete the last message in a room.

To use it, you will need to authenticate by providing an access_token -for a server admin: see Admin API.

+for a server admin: see Admin API.

The API is:

POST /_synapse/admin/v1/purge_history/<room_id>[/<event_id>]
 
diff --git a/latest/admin_api/room_membership.html b/latest/admin_api/room_membership.html index ac593aca69..718d2ce478 100644 --- a/latest/admin_api/room_membership.html +++ b/latest/admin_api/room_membership.html @@ -152,7 +152,7 @@ to a room with a given room_id_or_alias. You can only modify the me local users. The server administrator must be in the room and have permission to invite users.

To use it, you will need to authenticate by providing an access_token -for a server admin: see Admin API.

+for a server admin: see Admin API.

Parameters

The following parameters are available: