v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Form-Templates

Partially update a form template

Partially updates a form template.

patch/api/form-templates/{formTemplateId}

Path parameters

formTemplateIdinteger required

The ID of the form template.

Request body

namestring nullable

The name of the form template.

descriptionstring nullable

The description of the form template.

isEnabledboolean nullable

Indicates if the form template is enabled.

jsonDatastring nullable

The JSON data representing the form template structure.

Response

Form template updated successfully.

idstring nullable

The ID of the form template.

namestring nullable

The name of the form template.

descriptionstring nullable

The description of the form template.

isEnabledboolean

Indicates if the form template is enabled.

createdAtstring date-time

The date and time when the form template was created.

modifiedAtstring date-time nullable

The date and time when the form template was last modified.

jsonDatastring nullable

The JSON data representing the form template structure.