From f9dcca2dd0017040b3c84cfe0eae287c171c3cd1 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 23 Nov 2023 13:01:15 -0600 Subject: [PATCH] simplify doc --- conf/v2_route/notification.api | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/v2_route/notification.api b/conf/v2_route/notification.api index c971d680..9e8463c4 100644 --- a/conf/v2_route/notification.api +++ b/conf/v2_route/notification.api @@ -135,9 +135,5 @@ PUT /user/:userId/notificationSubscriptions @org.maproulette.framework.c # tags: [ Notification ] # summary: Retrieves System Notices # description: Retrieves system notices set up from a third party -# '200': -# description: The retrieved system notices -# content: -# application/json ### GET /user/announcements @org.maproulette.framework.controller.NotificationController.getAnnouncements()