Add titles where they're missing
This commit is contained in:
parent
5c1bc0eb80
commit
11c572267e
3 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ paths:
|
||||||
the room.
|
the room.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
title: Invite3pid
|
||||||
properties:
|
properties:
|
||||||
id_server:
|
id_server:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -90,6 +90,7 @@ paths:
|
||||||
A dictionary of information for the pusher implementation
|
A dictionary of information for the pusher implementation
|
||||||
itself. If ``kind`` is ``http``, this should contain ``url``
|
itself. If ``kind`` is ``http``, this should contain ``url``
|
||||||
which is the URL to use to send notifications to.
|
which is the URL to use to send notifications to.
|
||||||
|
title: PusherData
|
||||||
properties:
|
properties:
|
||||||
url:
|
url:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
"description": "Keys with which the token may be signed.",
|
"description": "Keys with which the token may be signed.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"title": "PublicKeys",
|
||||||
"properties": {
|
"properties": {
|
||||||
"public_key": {
|
"public_key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue