The fields to update on a form. At least one field must be provided.

Hierarchy

  • FormUpdateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The datastore configuration for a form.

description?: string

The updated description of the form.

name?: string

The updated name of the form.

Generated using TypeDoc