Update content/client-server-api/modules/content_repo.md

This commit is contained in:
Travis Ralston 2024-06-13 12:07:03 -06:00 committed by GitHub
parent aa54db138a
commit b73ef14dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,8 +25,8 @@ interacting with the media repository.
{{% boxes/added-in-paragraph %}} {{% boxes/added-in-paragraph %}}
{{< changed-in v="1.11" >}} The unauthenticated download endpoints have been {{< changed-in v="1.11" >}} The unauthenticated download endpoints have been
deprecated in favour of newer, authenticated, ones. This change included updating deprecated in favour of newer, authenticated, ones. This change includes updating
the pathing of all media endpoints from `/_matrix/media/*` to `/_matrix/client/{version}/media/*`, the paths of all media endpoints from `/_matrix/media/*` to `/_matrix/client/{version}/media/*`,
with the exception of the `/upload` and `/create` endpoints. The upload/create with the exception of the `/upload` and `/create` endpoints. The upload/create
endpoints are expected to undergo a similar transition in a later version of the endpoints are expected to undergo a similar transition in a later version of the
specification. specification.