Forms

Partially update the active form definition

Partially updates the active form definition for a given form.

patch/api/forms/{formId}/definition

Path parameters

formIdinteger required

The ID of the form.

Request body

isDraftboolean nullable

Indicates if the form definition is a draft.

jsonDatastring nullable

The JSON data of the form definition.

Response

Active form definition updated successfully.

idstring nullable

The ID of the form definition.

isDraftboolean

Indicates if the form definition is a draft.

jsonDatastring nullable

The JSON data of the form definition.

formIdstring nullable

The ID of the associated form.

createdAtstring date-time

The date and time when the form definition was created.

modifiedAtstring date-time nullable

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

Changes