Import a project document from a JSON document

Imports a project document from a JSON document.

Authentication

AuthorizationBasic

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

Request

options
projectobjectOptional
An exported project document
conflictModeenumOptional
Allowed values:
skipReferenceValidationbooleanOptionalDefaults to false
If true, validations will not be run against references.
assignNewReferencesbooleanOptionalDefaults to false
This being true would indicate that the imported project is part of a clone action.

Response

Import result
messagestring
dataobject or null
Project data as it is sent back from get and search endpoints
metadataobject

Errors

500
Internal Server Error