From e7f80b7c71eeb397f915729b3b706be1dd38fe70 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 29 Jan 2016 13:00:59 +0000 Subject: [PATCH] Fix the key name to be three_pid_creds rather than threePidCreds --- api/client-server/administrative_contact.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/administrative_contact.yaml b/api/client-server/administrative_contact.yaml index 8c8e0a35..479f2dd0 100644 --- a/api/client-server/administrative_contact.yaml +++ b/api/client-server/administrative_contact.yaml @@ -112,7 +112,7 @@ paths: schema: type: object properties: - threePidCreds: + three_pid_creds: title: "ThreePidCredentials" type: object description: The third party credentials to associate with the account. @@ -134,10 +134,10 @@ paths: identifier to the account's Matrix ID with the passed identity server. Default: ``false``. x-example: true - required: ["threePidCreds"] + required: ["three_pid_creds"] example: |- { - "threePidCreds": { + "three_pid_creds": { "id_server": "matrix.org", "sid": "abc123987", "client_secret": "d0n'tT3ll"