Adds a new source to the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
applicationId | String | Yes | Application unique identifier. |
data | ApplicationSourceCreate | Yes | Application source raw data. |
Returns: [ApplicationSource]
Apply a template to an application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
templateId | String | Yes | Application source unique identifier. |
appId | String | Yes | Application source unique identifier. |
Returns: Application
Cancel an unfinished protection of the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Protection unique identifier. |
applicationId | String | Yes | Application unique identifier. |
Returns: ApplicationProtection
Creates a new application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
data | ApplicationCreate | Yes | Application raw data. |
sources | [ApplicationSourceCreate] | No | List of raw application sources. |
Returns: Application
Creates a new protected version of the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
applicationId | String | Yes | Application unique identifier. |
data | ApplicationProtectionCreate | No | Application protection data |
Returns: ApplicationProtection
Creates one or more protected version of the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
applicationId | String | Yes | Application unique identifier. |
data | ApplicationProtectionsCreate | No | Application protection data |
Returns: ApplicationProtections
Creates a new playground for the request user, if there is none.
Returns: Application
Creates a new transformations template.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
data | TemplateInput | Yes | Raw template data. |
Returns: Template
Moves an application to a different user.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application unique identifier. |
nextUserId | String | No | User unique identifier |
Returns: Application
Duplicates an application. Copies the application sources and transformations.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application unique identifier. |
Returns: Application
Removes an application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application unique identifier. |
Returns: Application
Removes a protected version of the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Protection unique identifier. |
applicationId | String | Yes | Application unique identifier. |
Returns: Application
Removes all the protections from an application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
applicationId | String | Yes | Application unique identifier. |
Returns: Application
Removes an application source from the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
filename | String | Yes | Name of the application source. |
applicationId | String | Yes | Application unique identifier. |
Returns: Application
Removes a template.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Template unique identifier. |
Returns: Template
Unlock an application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application unique identifier. |
Returns: Application
Updates the application.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application unique identifier. |
data | ApplicationUpdate | Yes | Application updated raw data. |
Returns: Application
Updates the application source.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | String | Yes | Application source unique identifier. |
data | ApplicationSourceUpdate | Yes | Raw updated source data. |
Returns: ApplicationSource
Updates the template details.
Arguments:
Name | Type | Required? | Description |
---|---|---|---|
_id | ID | Yes | Template unique identifier. |
data | TemplateInput | Yes | Template updated raw data. |
Returns: Template