|
|
|
@ -498,6 +498,8 @@ paths:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
description: Whether the push rule is enabled or not.
|
|
|
|
description: Whether the push rule is enabled or not.
|
|
|
|
required: ["enabled"]
|
|
|
|
required: ["enabled"]
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- Push notifications
|
|
|
|
put:
|
|
|
|
put:
|
|
|
|
summary: "Enable or disable a push rule."
|
|
|
|
summary: "Enable or disable a push rule."
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
@ -601,6 +603,8 @@ paths:
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
required: ["actions"]
|
|
|
|
required: ["actions"]
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- Push notifications
|
|
|
|
put:
|
|
|
|
put:
|
|
|
|
summary: "Set the actions for a push rule."
|
|
|
|
summary: "Set the actions for a push rule."
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
|