diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-07-07 12:54:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:54:57 +0100 |
commit | 189652b2fea038340e4e1420081c6ddd8093da0e (patch) | |
tree | 5e7303792934a3ea56ec7ff8c498a120a23872e4 /docs | |
parent | Merge remote-tracking branch 'origin/release-v1.38' into develop (diff) | |
download | synapse-189652b2fea038340e4e1420081c6ddd8093da0e.tar.xz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/media_admin_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin_api/media_admin_api.md b/docs/admin_api/media_admin_api.md index b033fc03ef..61bed1e0d5 100644 --- a/docs/admin_api/media_admin_api.md +++ b/docs/admin_api/media_admin_api.md @@ -47,7 +47,7 @@ The API returns a JSON body like the following: ## List all media uploaded by a user 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. # Quarantine media @@ -257,7 +257,7 @@ URL Parameters * `server_name`: string - The name of your local server (e.g `matrix.org`). * `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 -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. Files that are larger will be deleted. Defaults to `0`. * `keep_profiles`: Optional - string representing a boolean - Switch to also delete files |