Remove signed object which shouldn't exist
This commit is contained in:
parent
cc1c8f33b2
commit
016ccf4544
1 changed files with 19 additions and 26 deletions
|
@ -51,7 +51,6 @@ paths:
|
|||
example: |-
|
||||
{
|
||||
"third_party_signed": {
|
||||
"signed": {
|
||||
"sender": "@cat:the.hat",
|
||||
"mxid": "@green:eggs.ham",
|
||||
"token": "random8nonce",
|
||||
|
@ -62,16 +61,11 @@ paths:
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
properties:
|
||||
third_party_signed:
|
||||
type: object
|
||||
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.
|
||||
properties:
|
||||
signed:
|
||||
type: object
|
||||
title: Signed
|
||||
properties:
|
||||
sender:
|
||||
type: string
|
||||
|
@ -87,7 +81,6 @@ paths:
|
|||
description: A signatures object containing a signature of the entire signed object.
|
||||
title: Signatures
|
||||
required: ["sender", "mxid", "token", "signatures"]
|
||||
required: ["signed"]
|
||||
responses:
|
||||
200:
|
||||
description: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue