/projects
This method supports importing a project. This comes in handy when working with separated SmartIQ environments such as testing, development and production and it is often necessary to move projects between environments.To make a request to this endpoint, a body of data will need to include these body parameters:
comment
,comment on the project.
overwriteProjects
, set to true if the project to be imported is to replace an existing project.
overwriteContentItems
, set to true if the project to be imported is to replace existing content library items.
projects
, if overwriteProjects
is set to true, then id
(Project GUID) of the overwritten project needs to be provided. Client can also choose to define a new project name by supplying a value to name
property.
folderName
, name of the folder the project will be imported to.
ixpkg
, Base64 string represents the project's binary data.