Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 830 Bytes

AddCommunityRequest.md

File metadata and controls

13 lines (9 loc) · 830 Bytes

AddCommunityRequest

Properties

Name Type Description Notes
parent_id str The ID of the parent for the new community [optional]
name str The name of the new community. Should be unique across all communities
description str The description of the new community [optional]
id str The ID of the new community. Should be unique within all communities.<br/>It should have a format of universally unique identifier (UUID) and should not start with <code>00000000-0000-0000-</code> which is a reserved prefix. [optional]

[Back to Model list] [Back to API list] [Back to README]