Skip to content
Snippets Groups Projects
Commit 3610641a authored by Mark Haines's avatar Mark Haines
Browse files

Update docs in media_repository

parent 58fa6d3f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment