Skip to content

Commit

Permalink
Merge pull request #19 from sriharip-docusign/flow_312
Browse files Browse the repository at this point in the history
FLOW-312 - Value property needs to be part Get envelope custom field action
  • Loading branch information
sriharip-docusign authored Feb 28, 2023
2 parents 91c08b7 + 8a1ec60 commit 8210b16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion certified-connectors/DocuSignDemo/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,7 +3664,13 @@
"type": "string",
"x-ms-summary": "Name",
"x-ms-visibility": "important"
}
},
"value": {
"description": "The value of the envelope custom field.",
"type": "string",
"x-ms-summary": "Value",
"x-ms-visibility": "important"
}
}
},
"UpdateEnvelopeCustomFieldResponse": {
Expand Down

0 comments on commit 8210b16

Please sign in to comment.