ActionsImportRequest

ActionsImportRequest
ActionsImportRequest

Model representing an action bundle to be imported

JSON Example
{
    "bundleId": "string",
    "compressedBundle": "string",
    "option": "string",
    "projectId": "string",
    "system": false
}
string
bundleId
Optional

ID of the saved bundle used for import conflict resolution

string As byte As byte
compressedBundle
Optional

base64encoded ZIP bundle of actions to import

string
option
Optional

Conflict option when importing (CREATE on initial import)

Possible values are : FAIL, IGNORE, OVERWRITE, CREATE,
string
projectId
Optional

Project ID for where to create the actions

boolean
system
Optional

Flag indicating if the imported actions should be system actions