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
componentGroups
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.
imported
Errors
500
Internal Server Error