|
|
@ -19,13 +19,13 @@ host: localhost:8008
|
|
|
|
schemes:
|
|
|
|
schemes:
|
|
|
|
- https
|
|
|
|
- https
|
|
|
|
- http
|
|
|
|
- http
|
|
|
|
basePath: "/"
|
|
|
|
basePath: /_matrix/app/v1
|
|
|
|
consumes:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
- application/json
|
|
|
|
produces:
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
- application/json
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
"/_matrix/app/unstable/thirdparty/protocol/{protocol}":
|
|
|
|
"/thirdparty/protocol/{protocol}":
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Retrieve metadata about a specific protocol that the application service supports.
|
|
|
|
summary: Retrieve metadata about a specific protocol that the application service supports.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
@ -72,7 +72,7 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
"/_matrix/app/unstable/thirdparty/user/{protocol}":
|
|
|
|
"/thirdparty/user/{protocol}":
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Retrieve the Matrix User ID of a corresponding third party user.
|
|
|
|
summary: Retrieve the Matrix User ID of a corresponding third party user.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
@ -125,7 +125,7 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
"/_matrix/app/unstable/thirdparty/location/{protocol}":
|
|
|
|
"/thirdparty/location/{protocol}":
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Retrieve Matrix-side portal rooms leading to a third party location.
|
|
|
|
summary: Retrieve Matrix-side portal rooms leading to a third party location.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
@ -176,7 +176,7 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
"/_matrix/app/unstable/thirdparty/location":
|
|
|
|
"/thirdparty/location":
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Reverse-lookup third party locations given a Matrix room alias.
|
|
|
|
summary: Reverse-lookup third party locations given a Matrix room alias.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
@ -221,7 +221,7 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
$ref: ../client-server/definitions/errors/error.yaml
|
|
|
|
"/_matrix/app/unstable/thirdparty/user":
|
|
|
|
"/thirdparty/user":
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Reverse-lookup third party users given a Matrix User ID.
|
|
|
|
summary: Reverse-lookup third party users given a Matrix User ID.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|