Merge pull request #2395 from matrix-org/travis/tags-push

Add missing tags to push rules endpoints
pull/2396/head
Travis Ralston 4 years ago committed by GitHub
commit 6c48e77878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save