docs/SubSignatureRequestGroupedSigners.md in dropbox-sign-1.4.0 vs docs/SubSignatureRequestGroupedSigners.md in dropbox-sign-1.4.1

- old
+ new

@@ -5,8 +5,8 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `group`<sup>*_required_</sup> | ```String``` | The name of the group. | | -| `signers`<sup>*_required_</sup> | [```Array<SubSignatureRequestSigner>```](SubSignatureRequestSigner.md) | Signers belonging to this Group.<br><br>**NOTE**: Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below. | | +| `signers`<sup>*_required_</sup> | [```Array<SubSignatureRequestSigner>```](SubSignatureRequestSigner.md) | Signers belonging to this Group.<br><br>**NOTE:** Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below. | | | `order` | ```Integer``` | The order the group is required to sign in. Use this instead of Signer-level `order`. | |