ImportFromLibraryRequest
Request body for single-item library imports (Workflow, DocumentTemplate, DataForm).
Optional — empty body / null fields are still accepted for first-time imports.
Properties
| Name | Type | Description |
|---|---|---|
| nameSuffix | string | Suffix appended to the imported entity's Name on re-import (e.g. "v2", "May 2026"). |
Suffix appended to the imported entity's Name on re-import (e.g. "v2", "May 2026"). | ||
JSON Example
{
"nameSuffix": "string"
}