|
|
@ -19,7 +19,7 @@ host: localhost:8008
|
|
|
|
schemes:
|
|
|
|
schemes:
|
|
|
|
- https
|
|
|
|
- https
|
|
|
|
- http
|
|
|
|
- http
|
|
|
|
basePath: "/"
|
|
|
|
basePath: /_matrix/app/v1
|
|
|
|
consumes:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
- application/json
|
|
|
|
produces:
|
|
|
|
produces:
|
|
|
@ -27,7 +27,7 @@ produces:
|
|
|
|
securityDefinitions:
|
|
|
|
securityDefinitions:
|
|
|
|
$ref: definitions/security.yaml
|
|
|
|
$ref: definitions/security.yaml
|
|
|
|
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: |-
|
|
|
@ -76,7 +76,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: |-
|
|
|
@ -131,7 +131,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: |-
|
|
|
@ -184,7 +184,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: |-
|
|
|
@ -231,7 +231,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: |-
|
|
|
|