Create Design Asset Version
create_design_asset_versionUpload inline text or base64 content to create a new version of an existing design asset, supporting checksums and metadata for provenance.
Instructions
Upload inline text or base64 content as a new version of an existing uploaded design asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional file name for the new current asset version. | |
| tags | No | Optional searchable tags. | |
| assetId | Yes | Existing uploaded asset id. | |
| metadata | No | Additional JSON metadata to store on the version. | |
| contentType | Yes | MIME type for the uploaded version. | |
| textContent | No | UTF-8 text content for SVG, Markdown, or other text assets. | |
| documentType | No | Optional document type for Markdown/PDF supporting documents. | |
| drlAssetType | No | Optional DRL asset role, e.g. revision, source_art, approved_art. | |
| drlProjectId | No | Optional DRL project identifier to store in metadata. | |
| contentBase64 | No | Base64-encoded binary content for image/PDF assets. | |
| checksumSha256 | No | Optional SHA-256 checksum for provenance. |