mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix a broken link in the admin api docs (#10322)
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
This commit is contained in:
parent
240b3ce253
commit
189652b2fe
1
changelog.d/10322.doc
Normal file
1
changelog.d/10322.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a broken link in the admin api docs.
|
@ -47,7 +47,7 @@ The API returns a JSON body like the following:
|
|||||||
## List all media uploaded by a user
|
## List all media uploaded by a user
|
||||||
|
|
||||||
Listing all media that has been uploaded by a local user can be achieved through
|
Listing all media that has been uploaded by a local user can be achieved through
|
||||||
the use of the [List media of a user](user_admin_api.rst#list-media-of-a-user)
|
the use of the [List media of a user](user_admin_api.md#list-media-of-a-user)
|
||||||
Admin API.
|
Admin API.
|
||||||
|
|
||||||
# Quarantine media
|
# Quarantine media
|
||||||
@ -257,7 +257,7 @@ URL Parameters
|
|||||||
* `server_name`: string - The name of your local server (e.g `matrix.org`).
|
* `server_name`: string - The name of your local server (e.g `matrix.org`).
|
||||||
* `before_ts`: string representing a positive integer - Unix timestamp in ms.
|
* `before_ts`: string representing a positive integer - Unix timestamp in ms.
|
||||||
Files that were last used before this timestamp will be deleted. It is the timestamp of
|
Files that were last used before this timestamp will be deleted. It is the timestamp of
|
||||||
last access and not the timestamp creation.
|
last access and not the timestamp creation.
|
||||||
* `size_gt`: Optional - string representing a positive integer - Size of the media in bytes.
|
* `size_gt`: Optional - string representing a positive integer - Size of the media in bytes.
|
||||||
Files that are larger will be deleted. Defaults to `0`.
|
Files that are larger will be deleted. Defaults to `0`.
|
||||||
* `keep_profiles`: Optional - string representing a boolean - Switch to also delete files
|
* `keep_profiles`: Optional - string representing a boolean - Switch to also delete files
|
||||||
|
Loading…
Reference in New Issue
Block a user