From f59aa563dd6626bbff56bae92d4af82cb56a367f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 1 Jan 2020 11:59:37 -0700 Subject: [PATCH] Add missing tags to push rules endpoints Without the tags, the endpoints don't end up in the swagger. No changelog for this because it doesn't affect the spec itself. --- api/client-server/pushrules.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/client-server/pushrules.yaml b/api/client-server/pushrules.yaml index a1cbc354..32c3c9a1 100644 --- a/api/client-server/pushrules.yaml +++ b/api/client-server/pushrules.yaml @@ -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: |-