Skip to main content

Asset

NameTypeDescription
kindenum                          
asset_url
asset_urls
asset_complex
The type of asset. asset_url is a single asset, asset_urls is an array of assets, and asset_complex is an asset assembled from multiple components.
payloadanyOf         
asset_url
asset_urls
The asset description payload.

Example asset

{
"uid": "delete_task",
"kind": "delete_asset",
"payload": {
"asset_selector": "workflow_document"
}
}