6d091bc86a33
Add multiple communities
Adds multiple communities with the given parameters
Request body
The ID of the parent for the new community
The name of the new community. Should be unique across all communities
The description of the new community
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.
Response
Created - The request has been fulfilled and resulted in a new resource being created.
The id of the represented object (entity).
The id of the user that created this resource.
The timestamp (in UTC time standard) of the creation of this resource.
The id of the user who modified this resource the last time.
The timestamp (in UTC time standard) of the last modification of this resource.
Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
The description of the resource.
Whether this community is a meta resource.