mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Merge pull request #285 from matrix-org/daniel/titles
Add titles where they're missing
This commit is contained in:
commit
646dd4f03a
|
|
@ -87,6 +87,7 @@ paths:
|
|||
the room.
|
||||
items:
|
||||
type: object
|
||||
title: Invite3pid
|
||||
properties:
|
||||
id_server:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ paths:
|
|||
A dictionary of information for the pusher implementation
|
||||
itself. If ``kind`` is ``http``, this should contain ``url``
|
||||
which is the URL to use to send notifications to.
|
||||
title: PusherData
|
||||
properties:
|
||||
url:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
"description": "Keys with which the token may be signed.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "PublicKeys",
|
||||
"properties": {
|
||||
"public_key": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in a new issue