mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
v1.11
This commit is contained in:
parent
8961db8c2d
commit
5773a79efe
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue