Skip to content

UpdateFormMetaDataRequest

Type: object

Properties

Property Type Required Description Constraints
customCss string No Custom CSS to apply to the form
description string No Description of the form
fontFamily string No font-family property for the form
fontSize string No font-size property of the form
knownVisitor model: FormKnownVisitorDTO No Known visitor behavior for the form
labelPosition string No Default positioning of labels.
language string No Language of the form
locale string No Locale of the form
name string No Name of the form
progressiveProfiling boolean No Whether progressive profiling is enabled for the form
theme string No CSS theme for the form to use

Generated example

{
  "customCss": "string",
  "description": "string",
  "fontFamily": "string",
  "fontSize": "string",
  "knownVisitor": {
    "template": "string",
    "type": "string"
  },
  "labelPosition": "string",
  "language": "string",
  "locale": "string",
  "name": "Example name",
  "progressiveProfiling": true,
  "theme": "string"
}

Referenced models

Source

Generated from swagger-asset.json.