mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +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
|
||||
send notifications to.
|
||||
kind:
|
||||
type: string
|
||||
type:
|
||||
- "string"
|
||||
- "null"
|
||||
description: |-
|
||||
The kind of pusher to configure. `"http"` makes a pusher that
|
||||
sends HTTP pokes. `"email"` makes a pusher that emails the
|
||||
|
|
|
|||
Loading…
Reference in a new issue