Remove signed object which shouldn't exist

pull/977/head
Daniel Wagner-Hall 9 years ago
parent cc1c8f33b2
commit 016ccf4544

@ -51,7 +51,6 @@ paths:
example: |- example: |-
{ {
"third_party_signed": { "third_party_signed": {
"signed": {
"sender": "@cat:the.hat", "sender": "@cat:the.hat",
"mxid": "@green:eggs.ham", "mxid": "@green:eggs.ham",
"token": "random8nonce", "token": "random8nonce",
@ -62,16 +61,11 @@ paths:
} }
} }
} }
}
properties: properties:
third_party_signed: third_party_signed:
type: object type: object
title: ThirdPartySigned title: ThirdPartySigned
description: A signature of an ``m.third_party_invite`` token to prove that this user owns a third party identity which has been invited to the room. description: A signature of an ``m.third_party_invite`` token to prove that this user owns a third party identity which has been invited to the room.
properties:
signed:
type: object
title: Signed
properties: properties:
sender: sender:
type: string type: string
@ -87,7 +81,6 @@ paths:
description: A signatures object containing a signature of the entire signed object. description: A signatures object containing a signature of the entire signed object.
title: Signatures title: Signatures
required: ["sender", "mxid", "token", "signatures"] required: ["sender", "mxid", "token", "signatures"]
required: ["signed"]
responses: responses:
200: 200:
description: |- description: |-

Loading…
Cancel
Save