mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +01:00
docs: fix improper verbiage in category watch schema
This commit is contained in:
@@ -14,14 +14,14 @@ put:
|
|||||||
This API call does not pertain to notifications for new topics in categories.
|
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
|
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:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: cid
|
name: cid
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: a valid category id, `0` for global privileges, `admin` for admin privileges
|
description: a valid category id
|
||||||
example: 1
|
example: 1
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
@@ -69,7 +69,7 @@ delete:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: a valid category id, `0` for global privileges, `admin` for admin privileges
|
description: a valid category id
|
||||||
example: 1
|
example: 1
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user