mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 05:24:10 +01:00
Set kind as nullable in definition
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3da9a0b58c
commit
ebbb25699b
|
|
@ -182,7 +182,9 @@ paths:
|
||||||
If the `kind` is `"email"`, this is the email address to
|
If the `kind` is `"email"`, this is the email address to
|
||||||
send notifications to.
|
send notifications to.
|
||||||
kind:
|
kind:
|
||||||
type: string
|
type:
|
||||||
|
- "string"
|
||||||
|
- "null"
|
||||||
description: |-
|
description: |-
|
||||||
The kind of pusher to configure. `"http"` makes a pusher that
|
The kind of pusher to configure. `"http"` makes a pusher that
|
||||||
sends HTTP pokes. `"email"` makes a pusher that emails the
|
sends HTTP pokes. `"email"` makes a pusher that emails the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue