Starts an import job for this resource
POST /applications/{applicationId}/settings/{settingsId}/import
Parameters
Name | Required | Type | Description |
---|---|---|---|
applicationId |
true | string |
|
settingsId |
true | string |
|
groupId |
false | string |
The Group ID to be assigned to the exported archive |
artifactId |
false | string |
The Artifact ID to be assigned to the exported archive |
versionId |
false | string |
The Version ID to be assigned to the exported archive |
vaultId |
false | string |
The ID of the vault where the exported archive should be saved |
schedule |
false | string |
Whether to run the job immediately or in the background (either 'synchronous' or 'asynchronous') |
Response
"type": "object", "description": "Import Configuration", "properties": { "includeACLs": { "type": "boolean" }, "includeTeams": { "type": "boolean" }, "includeActivities": { "type": "boolean" }, "includeBinaries": { "type": "boolean" }, "includeAttachments": { "type": "boolean" }, "strategy": { "type": "array", "items": { "type": "string" } }, "substitutions": { "type": "string" } } }