File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ paths:
635
635
default : false
636
636
- in : query
637
637
name : animated
638
- x-addedInMatrixVersion : " 1.10 "
638
+ x-addedInMatrixVersion : " 1.11 "
639
639
required : false
640
640
description : |
641
641
Indicates preference for an animated thumbnail from the server, if possible. Animated
@@ -676,21 +676,22 @@ paths:
676
676
description : " **Required.** The bytes for the thumbnail."
677
677
image/png :
678
678
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.
680
681
description : |
681
682
**Required.** The bytes for the thumbnail. The thumbnail MAY use an animated
682
683
format if `animated=true`.
683
684
image/apng :
684
685
schema :
685
- x-addedInMatrixVersion : " 1.10 "
686
+ x-addedInMatrixVersion : " 1.11 "
686
687
description : " **Required.** The bytes for the *animated* thumbnail."
687
688
image/gif :
688
689
schema :
689
- x-addedInMatrixVersion : " 1.10 "
690
+ x-addedInMatrixVersion : " 1.11 "
690
691
description : " **Required.** The bytes for the *animated* thumbnail."
691
692
image/webp :
692
693
schema :
693
- x-addedInMatrixVersion : " 1.10 "
694
+ x-addedInMatrixVersion : " 1.11 "
694
695
description : " **Required.** The bytes for the *animated* thumbnail."
695
696
" 307 " :
696
697
description : A redirect to the thumbnail of the requested content.
You can’t perform that action at this time.
0 commit comments