Skip to content

Commit c8cd6a5

Browse files
committed
docs(api): align signatureFlow param with policy resolver
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1d9498e commit c8cd6a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Controller/RequestSignatureController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(
6767
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files). Each file supports nodeId, url, base64 or path.
6868
* @param string|null $callback URL that will receive a POST after the document is signed
6969
* @param integer|null $status Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
70-
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration
70+
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution.
7171
* @return DataResponse<Http::STATUS_OK, LibresignDetailedFileResponse, array{}>|DataResponse<Http::STATUS_UNPROCESSABLE_ENTITY, LibresignMessageResponse|LibresignActionErrorResponse, array{}>
7272
*
7373
* 200: OK
@@ -133,7 +133,7 @@ public function request(
133133
* @param LibresignVisibleElement[]|null $visibleElements Visible elements on document
134134
* @param LibresignNewFile|array<empty>|null $file File object. Supports nodeId, url, base64 or path when creating a new request.
135135
* @param integer|null $status Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
136-
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration
136+
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution.
137137
* @param string|null $name The name of file to sign
138138
* @param LibresignFolderSettings $settings Settings to define how and where the file should be stored
139139
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files). Each file supports nodeId, url, base64 or path.

0 commit comments

Comments
 (0)