This commit is contained in:
Travis Ralston 2024-03-26 13:15:51 -06:00
parent 8961db8c2d
commit 5773a79efe

View file

@ -635,7 +635,7 @@ paths:
default: false default: false
- in: query - in: query
name: animated name: animated
x-addedInMatrixVersion: "1.10" x-addedInMatrixVersion: "1.11"
required: false required: false
description: | description: |
Indicates preference for an animated thumbnail from the server, if possible. Animated Indicates preference for an animated thumbnail from the server, if possible. Animated
@ -676,21 +676,22 @@ paths:
description: "**Required.** The bytes for the thumbnail." description: "**Required.** The bytes for the thumbnail."
image/png: image/png:
schema: schema:
x-changedInMatrixVersion: "1.10" x-changedInMatrixVersion:
"1.11": The PNG may be of the APNG variety if animation is supported and requested.
description: | description: |
**Required.** The bytes for the thumbnail. The thumbnail MAY use an animated **Required.** The bytes for the thumbnail. The thumbnail MAY use an animated
format if `animated=true`. format if `animated=true`.
image/apng: image/apng:
schema: schema:
x-addedInMatrixVersion: "1.10" x-addedInMatrixVersion: "1.11"
description: "**Required.** The bytes for the *animated* thumbnail." description: "**Required.** The bytes for the *animated* thumbnail."
image/gif: image/gif:
schema: schema:
x-addedInMatrixVersion: "1.10" x-addedInMatrixVersion: "1.11"
description: "**Required.** The bytes for the *animated* thumbnail." description: "**Required.** The bytes for the *animated* thumbnail."
image/webp: image/webp:
schema: schema:
x-addedInMatrixVersion: "1.10" x-addedInMatrixVersion: "1.11"
description: "**Required.** The bytes for the *animated* thumbnail." description: "**Required.** The bytes for the *animated* thumbnail."
"307": "307":
description: A redirect to the thumbnail of the requested content. description: A redirect to the thumbnail of the requested content.