From 6a0c9edb49bd9f011f8fd6a9ac049056310c9050 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 30 Jun 2016 15:19:44 +0100 Subject: [PATCH] Add the id_server param --- api/client-server/registration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index a67ce2a1..0334ec94 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -148,6 +148,10 @@ paths: schema: type: object 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: type: string description: Client-generated secret string used to protect this session