v1

latestOpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Transforms

Bulk Clone Transforms

Clone multiple transforms with new names in parallel. Supports two modes:

  1. Explicit items: Provide list of items with id and name for each clone
  2. Select all: Set select_all=true with optional filters and name_suffix

Returns partial success results - continues processing even if individual clones fail.

post/transforms/bulk/clone

Request body

select_allboolean

If true, select all entities matching the filters

name_suffixstring nullable

Suffix to append to original names when using select_all. Default: ' (Copy)'

Response

Successful Response