From 5773a79efe1f840a01f1e428d3ad62dcd0dbaae1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 26 Mar 2024 13:15:51 -0600 Subject: [PATCH] v1.11 --- data/api/client-server/content-repo.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/data/api/client-server/content-repo.yaml b/data/api/client-server/content-repo.yaml index bfdda6bb..f6913874 100644 --- a/data/api/client-server/content-repo.yaml +++ b/data/api/client-server/content-repo.yaml @@ -635,7 +635,7 @@ paths: default: false - in: query name: animated - x-addedInMatrixVersion: "1.10" + x-addedInMatrixVersion: "1.11" required: false description: | Indicates preference for an animated thumbnail from the server, if possible. Animated @@ -676,21 +676,22 @@ paths: description: "**Required.** The bytes for the thumbnail." image/png: schema: - x-changedInMatrixVersion: "1.10" + x-changedInMatrixVersion: + "1.11": The PNG may be of the APNG variety if animation is supported and requested. description: | **Required.** The bytes for the thumbnail. The thumbnail MAY use an animated format if `animated=true`. image/apng: schema: - x-addedInMatrixVersion: "1.10" + x-addedInMatrixVersion: "1.11" description: "**Required.** The bytes for the *animated* thumbnail." image/gif: schema: - x-addedInMatrixVersion: "1.10" + x-addedInMatrixVersion: "1.11" description: "**Required.** The bytes for the *animated* thumbnail." image/webp: schema: - x-addedInMatrixVersion: "1.10" + x-addedInMatrixVersion: "1.11" description: "**Required.** The bytes for the *animated* thumbnail." "307": description: A redirect to the thumbnail of the requested content.