docs/TemplateResponseDocumentFormFieldBase.md in dropbox-sign-1.6.1 vs docs/TemplateResponseDocumentFormFieldBase.md in dropbox-sign-1.7.0

- old
+ new

@@ -13,7 +13,6 @@ | `x` | ```Integer``` | The horizontal offset in pixels for this form field. | | | `y` | ```Integer``` | The vertical offset in pixels for this form field. | | | `width` | ```Integer``` | The width in pixels of this form field. | | | `height` | ```Integer``` | The height in pixels of this form field. | | | `required` | ```Boolean``` | Boolean showing whether or not this field is required. | | -| `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | |