mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-12 07:56:28 +02:00
Update docs in media_repository
This commit is contained in:
parent
58fa6d3fc6
commit
3610641a62
@ -39,9 +39,9 @@ class MediaRepositoryResource(Resource):
|
||||
<= HTTP/1.1 200 OK
|
||||
Content-Type: application/json
|
||||
|
||||
{ "token": <media-id> }
|
||||
{ "content-uri": "mxc://<server-name>/<media-id>" }
|
||||
|
||||
=> GET /_matrix/media/v1/download/<server_name>/<media-id> HTTP/1.1
|
||||
=> GET /_matrix/media/v1/download/<server-name>/<media-id> HTTP/1.1
|
||||
|
||||
<= HTTP/1.1 200 OK
|
||||
Content-Type: <media-type>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user