df_create_version
Create a project version. Clones content from a specified version or the current global version, and counts against license limits.
Instructions
WRITES TO DATAFORGE. Create a project version. Content is cloned from clone_from_version, or from the current global version when omitted. Counts against the licence version limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_global | No | ||
| project_id | Yes | ||
| idempotency_key | No | Optional UUID v4. Reusing a key within 24 hours replays the original response instead of applying the change twice. One is generated automatically when omitted. | |
| clone_from_version | No |