Skip to content

Commit e5e05b4

Browse files
committed
fix(openapi): require filesCount and files in ValidatedFile schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent c521a0f commit e5e05b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openapi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,8 @@
21062106
"nodeType",
21072107
"signatureFlow",
21082108
"docmdpLevel",
2109+
"filesCount",
2110+
"files",
21092111
"totalPages",
21102112
"size",
21112113
"pdfVersion",
@@ -7409,7 +7411,7 @@
74097411
"post": {
74107412
"operationId": "request_signature-request",
74117413
"summary": "Request signature",
7412-
"description": "Request that a file be signed by a list of signers. Each signer in the signers array can optionally include a 'signingOrder' field to control the order of signatures when ordered signing flow is enabled. When the created entity is an envelope (`nodeType` = `envelope`), the returned `data` includes `filesCount` and `files` as a list of envelope child files.",
7414+
"description": "Request that a file be signed by a list of signers. Each signer in the signers array can optionally include a 'signingOrder' field to control the order of signatures when ordered signing flow is enabled. The returned `data` always includes `filesCount` and `files`. For `nodeType=file`, `filesCount=1` and `files` contains the current file. For `nodeType=envelope`, `files` contains envelope child files.",
74137415
"tags": [
74147416
"request_signature"
74157417
],

0 commit comments

Comments
 (0)