mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-25 12:34:10 +01:00
C2S: Deprecate now-legacy endpoints
This commit is contained in:
parent
08bc8e8a1f
commit
f155fdcc3e
|
|
@ -217,6 +217,7 @@ paths:
|
||||||
- Media
|
- Media
|
||||||
"/media/v3/download/{serverName}/{mediaId}":
|
"/media/v3/download/{serverName}/{mediaId}":
|
||||||
get:
|
get:
|
||||||
|
deprecated: true
|
||||||
summary: Download content from the content repository.
|
summary: Download content from the content repository.
|
||||||
operationId: getContent
|
operationId: getContent
|
||||||
parameters:
|
parameters:
|
||||||
|
|
@ -254,6 +255,7 @@ paths:
|
||||||
- Media
|
- Media
|
||||||
"/media/v3/download/{serverName}/{mediaId}/{fileName}":
|
"/media/v3/download/{serverName}/{mediaId}/{fileName}":
|
||||||
get:
|
get:
|
||||||
|
deprecated: true
|
||||||
summary: Download content from the content repository overriding the file name
|
summary: Download content from the content repository overriding the file name
|
||||||
description: |-
|
description: |-
|
||||||
This will download content from the content repository (same as
|
This will download content from the content repository (same as
|
||||||
|
|
@ -304,6 +306,7 @@ paths:
|
||||||
- Media
|
- Media
|
||||||
"/media/v3/thumbnail/{serverName}/{mediaId}":
|
"/media/v3/thumbnail/{serverName}/{mediaId}":
|
||||||
get:
|
get:
|
||||||
|
deprecated: true
|
||||||
summary: Download a thumbnail of content from the content repository
|
summary: Download a thumbnail of content from the content repository
|
||||||
description: |-
|
description: |-
|
||||||
Download a thumbnail of content from the content repository.
|
Download a thumbnail of content from the content repository.
|
||||||
|
|
@ -455,6 +458,7 @@ paths:
|
||||||
- Media
|
- Media
|
||||||
/media/v3/preview_url:
|
/media/v3/preview_url:
|
||||||
get:
|
get:
|
||||||
|
deprecated: true
|
||||||
summary: Get information about a URL for a client
|
summary: Get information about a URL for a client
|
||||||
description: |-
|
description: |-
|
||||||
Get information about a URL for the client. Typically this is called when a
|
Get information about a URL for the client. Typically this is called when a
|
||||||
|
|
@ -525,6 +529,7 @@ paths:
|
||||||
- Media
|
- Media
|
||||||
/media/v3/config:
|
/media/v3/config:
|
||||||
get:
|
get:
|
||||||
|
deprecated: true
|
||||||
summary: Get the configuration for the content repository.
|
summary: Get the configuration for the content repository.
|
||||||
description: |-
|
description: |-
|
||||||
This endpoint allows clients to retrieve the configuration of the content
|
This endpoint allows clients to retrieve the configuration of the content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue