|
3 | 3 | """ |
4 | 4 | DocuSign REST API |
5 | 5 |
|
6 | | - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. |
| 6 | + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 |
7 | 7 |
|
8 | 8 | OpenAPI spec version: v2 |
9 | 9 | |
@@ -535,7 +535,7 @@ def update_recipients(self, account_id, envelope_id, recipient_id, bulk_recipien |
535 | 535 | for asynchronous request. (optional) |
536 | 536 | :param str account_id: The external account number (int) or account id GUID. (required) |
537 | 537 | :param str envelope_id: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec (required) |
538 | | - :param str recipient_id: The `recipientId` used when the envelope or template was created. (required) |
| 538 | + :param str recipient_id: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required) |
539 | 539 | :param str bulk_recipients_request: (required) |
540 | 540 | :return: BulkRecipientsSummaryResponse |
541 | 541 | If the method is called asynchronously, |
@@ -564,7 +564,7 @@ def update_recipients_with_http_info(self, account_id, envelope_id, recipient_id |
564 | 564 | for asynchronous request. (optional) |
565 | 565 | :param str account_id: The external account number (int) or account id GUID. (required) |
566 | 566 | :param str envelope_id: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec (required) |
567 | | - :param str recipient_id: The `recipientId` used when the envelope or template was created. (required) |
| 567 | + :param str recipient_id: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required) |
568 | 568 | :param str bulk_recipients_request: (required) |
569 | 569 | :return: BulkRecipientsSummaryResponse |
570 | 570 | If the method is called asynchronously, |
|
0 commit comments