Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions certified-connectors/DocuSignDemo/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2013,16 +2013,16 @@
},
{
"name": "recipientEmailId",
"x-ms-summary": "Recipient email ID",
"description": "This action lists envelopes based on recipient email ID",
"x-ms-summary": "Recipient email",
"description": "Filters envelopes by recipient email",
"in": "query",
"type": "string",
"required": false
},
{
"name": "envelopeTitle",
"x-ms-summary": "Envelope subject",
"description": "This action lists envelopes based on email subject of the envelope",
"description": "Filters envelopes by envelope subject",
"in": "query",
"type": "string",
"required": false
Expand All @@ -2038,7 +2038,7 @@
{
"name": "customFieldValue",
"x-ms-summary": "Custom field value",
"description": "This action lists envelopes based on a value of its custom fields",
"description": "Filters by custom field value",
"in": "query",
"type": "string",
"required": false
Expand Down Expand Up @@ -2066,7 +2066,7 @@
{
"name": "folder_ids",
"x-ms-summary": "Folder",
"description": "This action lists envelopes based on various states of the envelope",
"description": "Filters envelopes by the selected folder",
"enum": [
"Awaiting my signature",
"Completed",
Expand All @@ -2086,7 +2086,7 @@
{
"name": "order_by",
"x-ms-summary": "Order by",
"description": "This action orders envelopes based on specific property",
"description": "Sorts envelopes in the selected order",
"enum": [
"Action required",
"Created",
Expand All @@ -2108,16 +2108,16 @@
},
{
"name": "top",
"x-ms-summary": "Return Envelopes",
"description": "Enter how many envelopes to return (default is 10; maximum is 1,000)",
"x-ms-summary": "Return envelopes",
"description": "Specify the number of envelopes to return (default is 10; maximum is 1,000)",
"in": "query",
"type": "integer",
"format": "int32"
},
{
"name": "skip",
"x-ms-summary": "Skip Envelopes",
"description": "Enter how many envelopes to skip at the start",
"x-ms-summary": "Skip envelopes",
"description": "Specify the number of envelopes to skip from the start",
"in": "query",
"type": "integer",
"format": "int32"
Expand Down Expand Up @@ -4365,8 +4365,8 @@
"tags": [
"DocuSign"
],
"summary": "Add bulk send list",
"description": "Add bulk send list",
"summary": "Create bulk send list",
"description": "Create bulk send list",
"operationId": "CreateBulkSendList",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -4436,8 +4436,8 @@
"tags": [
"DocuSign"
],
"summary": "Bulk send envelope",
"description": "Bulk send envelope",
"summary": "Bulk send envelope using template",
"description": "Bulk send envelope using template",
"operationId": "BulkSend",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -4465,18 +4465,18 @@
{
"name": "bulkSendListId",
"in": "path",
"description": "Bulk send list ID",
"description": "Bulk send list GUID",
"required": true,
"x-ms-summary": "Bulk send list ID",
"x-ms-summary": "Bulk send list GUID",
"type": "string"
},
{
"name": "envelopeOrTemplateId",
"in": "query",
"description": "Enter the envelope or template ID, or choose a template from the dropdown",
"description": "Enter the template ID, or choose a template from the dropdown",
"required": true,
"x-ms-summary": "Envelope or Template ID",
"x-ms-test-value": "insert template id",
"x-ms-summary": "Template ID",
"x-ms-test-value": "Enter the template ID, or choose a template from the dropdown",
"x-ms-dynamic-values": {
"operationId": "GetEnvelopeTemplates",
"parameters": {
Expand Down Expand Up @@ -7895,9 +7895,9 @@
"type": "object",
"properties": {
"listId": {
"description": "Bulk Send List Guid",
"description": "Bulk Send List GUID",
"type": "string",
"x-ms-summary": "Bulk Send List Guid",
"x-ms-summary": "Bulk Send List GUID",
"x-ms-visibility": "important"
}
}
Expand Down