Skip to content

Commit c98dcb2

Browse files
Feature/STRAT 185 (#73)
Content changes for list envelopes and bulk send actions
1 parent a654773 commit c98dcb2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

certified-connectors/DocuSignDemo/apiDefinition.swagger.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,16 +2013,16 @@
20132013
},
20142014
{
20152015
"name": "recipientEmailId",
2016-
"x-ms-summary": "Recipient email ID",
2017-
"description": "This action lists envelopes based on recipient email ID",
2016+
"x-ms-summary": "Recipient email",
2017+
"description": "Filters envelopes by recipient email",
20182018
"in": "query",
20192019
"type": "string",
20202020
"required": false
20212021
},
20222022
{
20232023
"name": "envelopeTitle",
20242024
"x-ms-summary": "Envelope subject",
2025-
"description": "This action lists envelopes based on email subject of the envelope",
2025+
"description": "Filters envelopes by envelope subject",
20262026
"in": "query",
20272027
"type": "string",
20282028
"required": false
@@ -2038,7 +2038,7 @@
20382038
{
20392039
"name": "customFieldValue",
20402040
"x-ms-summary": "Custom field value",
2041-
"description": "This action lists envelopes based on a value of its custom fields",
2041+
"description": "Filters by custom field value",
20422042
"in": "query",
20432043
"type": "string",
20442044
"required": false
@@ -2066,7 +2066,7 @@
20662066
{
20672067
"name": "folder_ids",
20682068
"x-ms-summary": "Folder",
2069-
"description": "This action lists envelopes based on various states of the envelope",
2069+
"description": "Filters envelopes by the selected folder",
20702070
"enum": [
20712071
"Awaiting my signature",
20722072
"Completed",
@@ -2086,7 +2086,7 @@
20862086
{
20872087
"name": "order_by",
20882088
"x-ms-summary": "Order by",
2089-
"description": "This action orders envelopes based on specific property",
2089+
"description": "Sorts envelopes in the selected order",
20902090
"enum": [
20912091
"Action required",
20922092
"Created",
@@ -2108,16 +2108,16 @@
21082108
},
21092109
{
21102110
"name": "top",
2111-
"x-ms-summary": "Return Envelopes",
2112-
"description": "Enter how many envelopes to return (default is 10; maximum is 1,000)",
2111+
"x-ms-summary": "Return envelopes",
2112+
"description": "Specify the number of envelopes to return (default is 10; maximum is 1,000)",
21132113
"in": "query",
21142114
"type": "integer",
21152115
"format": "int32"
21162116
},
21172117
{
21182118
"name": "skip",
2119-
"x-ms-summary": "Skip Envelopes",
2120-
"description": "Enter how many envelopes to skip at the start",
2119+
"x-ms-summary": "Skip envelopes",
2120+
"description": "Specify the number of envelopes to skip from the start",
21212121
"in": "query",
21222122
"type": "integer",
21232123
"format": "int32"
@@ -4365,8 +4365,8 @@
43654365
"tags": [
43664366
"DocuSign"
43674367
],
4368-
"summary": "Add bulk send list",
4369-
"description": "Add bulk send list",
4368+
"summary": "Create bulk send list",
4369+
"description": "Create bulk send list",
43704370
"operationId": "CreateBulkSendList",
43714371
"consumes": [],
43724372
"produces": [
@@ -4436,8 +4436,8 @@
44364436
"tags": [
44374437
"DocuSign"
44384438
],
4439-
"summary": "Bulk send envelope",
4440-
"description": "Bulk send envelope",
4439+
"summary": "Bulk send envelope using template",
4440+
"description": "Bulk send envelope using template",
44414441
"operationId": "BulkSend",
44424442
"consumes": [],
44434443
"produces": [
@@ -4465,18 +4465,18 @@
44654465
{
44664466
"name": "bulkSendListId",
44674467
"in": "path",
4468-
"description": "Bulk send list ID",
4468+
"description": "Bulk send list GUID",
44694469
"required": true,
4470-
"x-ms-summary": "Bulk send list ID",
4470+
"x-ms-summary": "Bulk send list GUID",
44714471
"type": "string"
44724472
},
44734473
{
44744474
"name": "envelopeOrTemplateId",
44754475
"in": "query",
4476-
"description": "Enter the envelope or template ID, or choose a template from the dropdown",
4476+
"description": "Enter the template ID, or choose a template from the dropdown",
44774477
"required": true,
4478-
"x-ms-summary": "Envelope or Template ID",
4479-
"x-ms-test-value": "insert template id",
4478+
"x-ms-summary": "Template ID",
4479+
"x-ms-test-value": "Enter the template ID, or choose a template from the dropdown",
44804480
"x-ms-dynamic-values": {
44814481
"operationId": "GetEnvelopeTemplates",
44824482
"parameters": {
@@ -7895,9 +7895,9 @@
78957895
"type": "object",
78967896
"properties": {
78977897
"listId": {
7898-
"description": "Bulk Send List Guid",
7898+
"description": "Bulk Send List GUID",
78997899
"type": "string",
7900-
"x-ms-summary": "Bulk Send List Guid",
7900+
"x-ms-summary": "Bulk Send List GUID",
79017901
"x-ms-visibility": "important"
79027902
}
79037903
}

0 commit comments

Comments
 (0)