Fix field-tags docs: examples show square brackets, but only curly braces parse
The docs page https://developers.pandadoc.com/docs/field-tags shows square-bracket
examples like [textfield:user:name], but the API only recognizes curly-brace
tags ({textfield:user:name}). Support chat confirmed curly is the correct
syntax. Two asks:
- Update every example on that page to curly braces.
- Make unparseable/bracket-style tags return a validation warning instead of a silent no-op — today the doc uploads fine with zero fields and recipients silently degrade from signer to CC, which you don't notice until someone can't sign.
1
vote