mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-31 11:33:43 +01:00
Make swagger happpy
These aren't strings, but 'any' causes swagger to break and leaving it out makes the doc fail to build.
This commit is contained in:
parent
b4c89accb2
commit
4a020025bc
|
|
@ -109,6 +109,8 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The action(s) to perform when the conditions for this rule are met.
|
The action(s) to perform when the conditions for this rule are met.
|
||||||
See `Push Rules: API`_.
|
See `Push Rules: API`_.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
event:
|
event:
|
||||||
type: object
|
type: object
|
||||||
title: Event
|
title: Event
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue