Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter NameDescriptionDefault ValueExample
dest_pathThe path of the target destination. N/A"/myotherorg/clientprojects/sales"
asset_typesA list of the asset types to be included in the Project for migration. N/A["File", "Job", "Account", "Pipeline"]
async_modeIf true, then the request is returned immediately with message to wait for motd notification.true"false"
duplicate_checkIf true, then the request raises a conflict error if the Project with the same name exists in the specified destination path.true"false"
content-type

Binary header specifying the content type. Since all SnapLogic assets are JSON files, this parameter's value must always be application/json.

Edit
Note

Use this parameter only in the HTTP header section of the API call.


application/json"application/json"

...