mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 22:04:08 +02:00
Document schema of PusherData in push gateway API
Fixes: #910 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
ae3673d2ef
commit
694c49d379
|
|
@ -182,9 +182,15 @@ paths:
|
||||||
type: object
|
type: object
|
||||||
title: PusherData
|
title: PusherData
|
||||||
description: |-
|
description: |-
|
||||||
A dictionary of additional pusher-specific data. For
|
A dictionary of additional pusher-specific data. This
|
||||||
'http' pushers, this is the data dictionary passed in at
|
is the `data` dictionary passed in at
|
||||||
pusher creation minus the `url` key.
|
[pusher creation](/client-server-api/#post_matrixclientv3pushersset)
|
||||||
|
minus the `url` key.
|
||||||
|
properties:
|
||||||
|
format:
|
||||||
|
type: string
|
||||||
|
description: |-
|
||||||
|
The format to use for sending notifications.
|
||||||
tweaks:
|
tweaks:
|
||||||
type: object
|
type: object
|
||||||
title: Tweaks
|
title: Tweaks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue