Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ curl -XPOST /_forms/fields -d'{
	"forms": [{
		"type": "addresses",
		"config": { ... configure addresses form ... },
	}, {
		"type"contacts: 1,"contacts"
	}]
}';

would return a similar structure of fields. The fields endpoint accepts the following parameters:

...