Skip to content

Commit

Permalink
docs: Add additional fields to Sign Request
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 26, 2022
1 parent 78d2dbb commit 9515520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/sign_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A Sign Request can refer to one or more Box Files and can be sent to one or more
Create Sign Request
------------------------

The [`client.create_sign_request(files, signers, parent_folder_id, prefill_tags=None, are_reminders_enabled=None, are_text_signatures_enabled=None, days_valid=None, email_message=None, email_subject=None, external_id=None, is_document_preparation_needed=None)`][create-sign-request]
The [`client.create_sign_request(files, signers, parent_folder_id, prefill_tags=None, are_reminders_enabled=None, are_text_signatures_enabled=None, days_valid=None, email_message=None, email_subject=None, external_id=None, is_document_preparation_needed=None, redirect_url=None, declined_redirect_url=None)`][create-sign-request]
method will create a Sign Request. You need to provide at least one file (from which the signing document will be created) and at least one signer to receive the Sign Request.

<!-- sample post_sign_requests -->
Expand Down

0 comments on commit 9515520

Please sign in to comment.