doc: 'nickname' and 'descriptionParsed' use in categories controller

This commit is contained in:
Julian Lam
2025-09-25 15:15:24 -04:00
parent 7184507be2
commit 051043b682

View File

@@ -25,8 +25,14 @@ get:
description: A category identifier
name:
type: string
nickname:
type: string
description: A custom name given to a remote category for de-duplication purposes (not available to local categories.)
description:
type: string
descriptionParsed:
type: string
description: A variable-length description of the category (usually displayed underneath the category name). Unlike `description`, this value here will have been run through any parsers installed on the forum (e.g. Markdown)
disabled:
type: number
icon: