From b73ef14dc5c97d81376ba10edd59e7ea30ef5f14 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 13 Jun 2024 12:07:03 -0600 Subject: [PATCH] Update content/client-server-api/modules/content_repo.md --- content/client-server-api/modules/content_repo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index 2649b688..a0138156 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -25,8 +25,8 @@ interacting with the media repository. {{% boxes/added-in-paragraph %}} {{< changed-in v="1.11" >}} The unauthenticated download endpoints have been -deprecated in favour of newer, authenticated, ones. This change included updating -the pathing of all media endpoints from `/_matrix/media/*` to `/_matrix/client/{version}/media/*`, +deprecated in favour of newer, authenticated, ones. This change includes updating +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 endpoints are expected to undergo a similar transition in a later version of the specification.