mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix stray localhost link
This commit is contained in:
parent
d028dc4b82
commit
db0fd30744
|
|
@ -201,7 +201,7 @@ paths:
|
||||||
summary: Create a new `mxc://` URI without uploading the content.
|
summary: Create a new `mxc://` URI without uploading the content.
|
||||||
description: |-
|
description: |-
|
||||||
Creates a new `mxc://` URI, independently of the content being uploaded. The content must be provided later
|
Creates a new `mxc://` URI, independently of the content being uploaded. The content must be provided later
|
||||||
via [`PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`](http://localhost:1313/client-server-api/#put_matrixmediav3uploadservernamemediaid).
|
via [`PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`](/client-server-api/#put_matrixmediav3uploadservernamemediaid).
|
||||||
|
|
||||||
The server may optionally enforce a maximum age for unused IDs,
|
The server may optionally enforce a maximum age for unused IDs,
|
||||||
and delete media IDs when the client doesn't start the upload in time,
|
and delete media IDs when the client doesn't start the upload in time,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue