Răsfoiți Sursa

Merge branch 'reactify-admin/create-apiV3-put-notification' into reactify-admin/update-existing-notification-data

itizawa 6 ani în urmă
părinte
comite
d6b56b247e
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      src/server/routes/apiv3/notification-setting.js

+ 6 - 6
src/server/routes/apiv3/notification-setting.js

@@ -105,7 +105,7 @@ module.exports = (crowi) => {
    *
    *    /_api/v3/notification-setting/:
    *      get:
-   *        tags: [NotificationSetting]
+   *        tags: [NotificationSetting, apiv3]
    *        description: Get notification paramators
    *        responses:
    *          200:
@@ -135,7 +135,7 @@ module.exports = (crowi) => {
    *
    *    /_api/v3/notification-setting/slack-configuration:
    *      put:
-   *        tags: [NotificationSetting]
+   *        tags: [NotificationSetting, apiv3]
    *        description: Update slack configuration setting
    *        requestBody:
    *          required: true
@@ -182,7 +182,7 @@ module.exports = (crowi) => {
   *
   *    /_api/v3/notification-setting/user-notification:
   *      post:
-  *        tags: [NotificationSetting]
+  *        tags: [NotificationSetting, apiv3]
   *        description: add user notification setting
   *        requestBody:
   *          required: true
@@ -229,7 +229,7 @@ module.exports = (crowi) => {
    *
    *    /_api/v3/notification-setting/global-notification:
    *      post:
-   *        tags: [NotificationSetting]
+   *        tags: [NotificationSetting, apiv3]
    *        description: add global notification
    *        requestBody:
    *          required: true
@@ -365,7 +365,7 @@ module.exports = (crowi) => {
    *
    *    /_api/v3/notification-setting/global-notification/{id}/enabled:
    *      put:
-   *        tags: [NotificationSetting]
+   *        tags: [NotificationSetting, apiv3]
    *        description: toggle enabled global notification
    *        parameters:
    *          - name: id
@@ -422,7 +422,7 @@ module.exports = (crowi) => {
   *
   *    /_api/v3/notification-setting/global-notification/{id}:
   *      delete:
-  *        tags: [NotificationSetting]
+  *        tags: [NotificationSetting, apiv3]
   *        description: delete global notification pattern
   *        parameters:
   *          - name: id