Skip to content

Commit

Permalink
update count of supported signers from 6 to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul roy committed May 23, 2024
1 parent c1b8cc2 commit edd6003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/data/esign/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In case you want to validate a customer’s name and year of birth, pass the val
Here is a quick description of the values required to call this API—

- `documentId` the unique id of the document, which you get from the Upload document API response.
- `signers` can be used to specify details of up to 6 signers for a document, each with an `identifier`, `displayName` and `birthYear` (optional).
- `signers` can be used to specify details of up to 25 signers for a document, each with an `identifier`, `displayName` and `birthYear` (optional).
- Additionally, the `signature` object can be used to specify page numbers with `onPages` and `position` for signatures to be collected on the document’s UI, uniquely for each signer. By default, the `height` and `width` of the signature, are set to 60 and 180 pixels respectively. If only `height` OR `width` is provided, the other one is automatically calculated with a default **height : width** ratio of **1 : 3**.

<Callout type="warning">
Expand Down

0 comments on commit edd6003

Please sign in to comment.