From f8cc8548bb69367d0ac5190222ebaffb816fbd90 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 3 Nov 2023 10:41:46 -0400 Subject: [PATCH] docs: fix improper verbiage in category watch schema --- public/openapi/write/categories/cid/watch.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/openapi/write/categories/cid/watch.yaml b/public/openapi/write/categories/cid/watch.yaml index 06fc399dbe..8ed5a10d1e 100644 --- a/public/openapi/write/categories/cid/watch.yaml +++ b/public/openapi/write/categories/cid/watch.yaml @@ -14,14 +14,14 @@ put: This API call does not pertain to notifications for new topics in categories. That behaviour is handled by a third-party plugin — nodebb-plugin-category-notifications - N.B. When a category's watch state is updated, all of that category's children also have their watch states updated. + Additionally, when a category's watch state is updated, all of that category's children also have their watch states updated. parameters: - in: path name: cid schema: type: string required: true - description: a valid category id, `0` for global privileges, `admin` for admin privileges + description: a valid category id example: 1 requestBody: required: true @@ -69,7 +69,7 @@ delete: schema: type: string required: true - description: a valid category id, `0` for global privileges, `admin` for admin privileges + description: a valid category id example: 1 requestBody: required: true