"MXC URI" -> "mxc://
URI" (#1500)
* "MXC URI" -> "`mxc://` URI" We're a bit inconsistent with this currently, and IMHO "`mxc://` URI" is more explicit. * Update content/client-server-api/modules/content_repo.md Co-authored-by: Hubert Chathi <hubertc@matrix.org> * more MXCs --------- Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
parent
715f6a301d
commit
1f729eef60
12 changed files with 20 additions and 19 deletions
|
@ -19,7 +19,7 @@ properties:
|
|||
type: integer
|
||||
thumbnail_url:
|
||||
description: |-
|
||||
The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris)) to a thumbnail of the image.
|
||||
The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris)) to a thumbnail of the image.
|
||||
Only present if the thumbnail is unencrypted.
|
||||
type: string
|
||||
thumbnail_file:
|
||||
|
|
|
@ -28,7 +28,7 @@ properties:
|
|||
type: string
|
||||
url:
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
to the audio clip.
|
||||
type: string
|
||||
file:
|
||||
|
|
|
@ -44,7 +44,7 @@ properties:
|
|||
type: string
|
||||
url:
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
to the file.
|
||||
type: string
|
||||
file:
|
||||
|
|
|
@ -18,7 +18,7 @@ properties:
|
|||
type: string
|
||||
url:
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
to the image.
|
||||
type: string
|
||||
file:
|
||||
|
|
|
@ -28,7 +28,7 @@ properties:
|
|||
type: integer
|
||||
thumbnail_url:
|
||||
description: |-
|
||||
The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris)) to an image thumbnail of
|
||||
The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris)) to an image thumbnail of
|
||||
the video clip. Only present if the thumbnail is unencrypted.
|
||||
type: string
|
||||
thumbnail_file:
|
||||
|
@ -50,7 +50,7 @@ properties:
|
|||
type: string
|
||||
url:
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically [MXC URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
||||
to the video clip.
|
||||
type: string
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue