Import a new component group document

Imports a new component group document.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
componentGroupslist of objectsOptional

Array of component group documents to import. If ‘_id’ is provided, it will be replaced with an autogenerated ‘_id’. If a component group’s name is already used in the component groups collection, it will be renamed with a numeric suffix.

Response

Results from each individual import operation.
importedlist of objects

Errors

500
Internal Server Error