Optionaldata: LfRepositoryClientV2.ICreateTemplateRequestOptionalcolorThe color assigned to the template. Omit (or set null) for no color.
OptionaldescriptionThe description of the template.
OptionalfieldsOptional initial field assignments. Order is preserved (each entry is appended in array order; the resulting position is 1-based). Each entry may carry the per-template isRequired and localDescription properties. Note: extended properties (the WebDAV-keyed bag) cannot be set during create because RepositoryAccess does not expose an atomic create-with-properties path for templates. To set initial properties, follow Create with a PATCH /Properties call against the returned template ID.
OptionalisWhether the template is eligible for automatic assignment by Cloud auto-classification. Defaults to false when omitted.
The name of the template. Required. Must be unique within the repository.
Optional_data: anyOptionaldata: anyStaticfromJS
Request body for creating a new template definition. Name is required; all other properties are optional and fall back to repository defaults when omitted.