Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Nov 30, 2015
1 parent 6b3f270 commit cbd902f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions api/client-server/administrative_contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ paths:
description: The lookup was successful.
examples:
application/json: |-
[
{
"medium": "email",
"address": "[email protected]"
}
]
{
"threepids": [
{
"medium": "email",
"address": "[email protected]"
}
]
}
schema:
type: object
properties:
Expand Down

0 comments on commit cbd902f

Please sign in to comment.