We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44804d commit 1782a89Copy full SHA for 1782a89
data/api/client-server/content-repo.yaml
@@ -605,6 +605,7 @@ components:
605
example: matrix.org
606
schema:
607
type: string
608
+ format: mx-server-name
609
mediaId:
610
in: path
611
name: mediaId
data/custom-formats.yaml
@@ -37,6 +37,11 @@ mx-room-id:
37
url: /appendices#room-ids
38
# regex: "^!"
39
40
+mx-server-name:
41
+ title: Server Name
42
+ url: /appendices#server-name
43
+ # no regex
44
+
45
uri:
46
title: URI
47
url: http://tools.ietf.org/html/rfc3986
0 commit comments