mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: api docs for admin/manage/groups/x
This commit is contained in:
		| @@ -1317,6 +1317,36 @@ paths: | ||||
|                               type: string | ||||
|                             selected: | ||||
|                               type: boolean | ||||
|                       categories: | ||||
|                         type: array | ||||
|                         items: | ||||
|                           type: object | ||||
|                           properties: | ||||
|                             cid: | ||||
|                               type: number | ||||
|                               description: A category identifier | ||||
|                             name: | ||||
|                               type: string | ||||
|                             icon: | ||||
|                               type: string | ||||
|                             selected: | ||||
|                               type: boolean | ||||
|                             level: | ||||
|                               type: string | ||||
|                             parentCid: | ||||
|                               type: number | ||||
|                               description: The category identifier for the category that is the immediate | ||||
|                                 ancestor of the current category | ||||
|                             color: | ||||
|                               type: string | ||||
|                             bgColor: | ||||
|                               type: string | ||||
|                             imageClass: | ||||
|                               type: string | ||||
|                           required: | ||||
|                             - cid | ||||
|                             - name | ||||
|                             - icon | ||||
|                       allowPrivateGroups: | ||||
|                         type: number | ||||
|                       maximumGroupNameLength: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user