Add the id_server param
This commit is contained in:
parent
b0194a3016
commit
6a0c9edb49
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
id_server:
|
||||||
|
type: string
|
||||||
|
description: The ID server to send the onward request to as a hostname with an appended colon and port number if the port is not the default.
|
||||||
|
example: "id.matrix.org"
|
||||||
client_secret:
|
client_secret:
|
||||||
type: string
|
type: string
|
||||||
description: Client-generated secret string used to protect this session
|
description: Client-generated secret string used to protect this session
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue