Skip to content

Commit 5773a79

Browse files
committed
v1.11
1 parent 8961db8 commit 5773a79

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

data/api/client-server/content-repo.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ paths:
635635
default: false
636636
- in: query
637637
name: animated
638-
x-addedInMatrixVersion: "1.10"
638+
x-addedInMatrixVersion: "1.11"
639639
required: false
640640
description: |
641641
Indicates preference for an animated thumbnail from the server, if possible. Animated
@@ -676,21 +676,22 @@ paths:
676676
description: "**Required.** The bytes for the thumbnail."
677677
image/png:
678678
schema:
679-
x-changedInMatrixVersion: "1.10"
679+
x-changedInMatrixVersion:
680+
"1.11": The PNG may be of the APNG variety if animation is supported and requested.
680681
description: |
681682
**Required.** The bytes for the thumbnail. The thumbnail MAY use an animated
682683
format if `animated=true`.
683684
image/apng:
684685
schema:
685-
x-addedInMatrixVersion: "1.10"
686+
x-addedInMatrixVersion: "1.11"
686687
description: "**Required.** The bytes for the *animated* thumbnail."
687688
image/gif:
688689
schema:
689-
x-addedInMatrixVersion: "1.10"
690+
x-addedInMatrixVersion: "1.11"
690691
description: "**Required.** The bytes for the *animated* thumbnail."
691692
image/webp:
692693
schema:
693-
x-addedInMatrixVersion: "1.10"
694+
x-addedInMatrixVersion: "1.11"
694695
description: "**Required.** The bytes for the *animated* thumbnail."
695696
"307":
696697
description: A redirect to the thumbnail of the requested content.

0 commit comments

Comments
 (0)