Skip to content

Commit 518a4bc

Browse files
paconn validate fixes
1 parent d030473 commit 518a4bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

certified-connectors/DocuSignDemo/apiDefinition.swagger.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@
12171217
"post": {
12181218
"summary": "Create envelope using composite templates",
12191219
"operationId": "CompositeTemplates",
1220+
"description": "Create envelope using composite templates",
12201221
"parameters": [
12211222
{
12221223
"name": "accountId",
@@ -1276,7 +1277,7 @@
12761277
}
12771278
],
12781279
"responses": {
1279-
"default": {
1280+
"200": {
12801281
"description": "default",
12811282
"schema": {
12821283
"type": "object",
@@ -3103,6 +3104,7 @@
31033104
"name": "signerName",
31043105
"in": "query",
31053106
"required": true,
3107+
"description": "Signer Name",
31063108
"x-ms-summary": "Signer Name",
31073109
"x-ms-test-value": "test name",
31083110
"x-ms-visibility": "important",
@@ -3112,6 +3114,7 @@
31123114
"name": "signerEmail",
31133115
"in": "query",
31143116
"required": true,
3117+
"description": "Signer Email",
31153118
"x-ms-summary": "Signer Email",
31163119
"x-ms-test-value": "test@email.com",
31173120
"x-ms-visibility": "important",
@@ -3244,6 +3247,7 @@
32443247
{
32453248
"name": "isInPersonSigner",
32463249
"in": "query",
3250+
"description": "Yes/No",
32473251
"required": true,
32483252
"x-ms-summary": "Is this an in-person signer?",
32493253
"type": "string",

0 commit comments

Comments
 (0)