You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Controller/RequestSignatureController.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,12 @@ public function __construct(
47
47
/**
48
48
* Request signature
49
49
*
50
-
* Request that a file be signed by a group of people
50
+
* Request that a file be signed by a group of people.
51
+
* Each user in the users array can optionally include a 'signing_order' field
52
+
* to control the order of signatures when ordered signing flow is enabled.
51
53
*
52
54
* @param LibresignNewFile $file File object.
53
-
* @param LibresignNewSigner[] $users Collection of users who must sign the document
55
+
* @param LibresignNewSigner[] $users Collection of users who must sign the document. Each user can have: identify, displayName, description, notify, signing_order
54
56
* @param string $name The name of file to sign
55
57
* @param string|null $callback URL that will receive a POST after the document is signed
56
58
* @param integer|null $status Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
0 commit comments