|
2718 | 2718 | "nodeType", |
2719 | 2719 | "signatureFlow", |
2720 | 2720 | "docmdpLevel", |
| 2721 | + "filesCount", |
| 2722 | + "files", |
2721 | 2723 | "totalPages", |
2722 | 2724 | "size", |
2723 | 2725 | "pdfVersion", |
|
4849 | 4851 | "get": { |
4850 | 4852 | "operationId": "file-validate-uuid", |
4851 | 4853 | "summary": "Validate a file using Uuid", |
4852 | | - "description": "Validate a file returning file data. When `nodeType` is `envelope`, the response includes `filesCount` and `files` as a list of envelope child files.", |
| 4854 | + "description": "Validate a file returning file data. The response always includes `filesCount` and `files`. For `nodeType=file`, `filesCount=1` and `files` contains the current file. For `nodeType=envelope`, `files` contains envelope child files.", |
4853 | 4855 | "tags": [ |
4854 | 4856 | "file" |
4855 | 4857 | ], |
|
5002 | 5004 | "get": { |
5003 | 5005 | "operationId": "file-validate-file-id", |
5004 | 5006 | "summary": "Validate a file using FileId", |
5005 | | - "description": "Validate a file returning file data. When `nodeType` is `envelope`, the response includes `filesCount` and `files` as a list of envelope child files.", |
| 5007 | + "description": "Validate a file returning file data. The response always includes `filesCount` and `files`. For `nodeType=file`, `filesCount=1` and `files` contains the current file. For `nodeType=envelope`, `files` contains envelope child files.", |
5006 | 5008 | "tags": [ |
5007 | 5009 | "file" |
5008 | 5010 | ], |
|
5156 | 5158 | "post": { |
5157 | 5159 | "operationId": "file-validate-binary", |
5158 | 5160 | "summary": "Validate a binary file", |
5159 | | - "description": "Validate a binary file returning file data. Use field 'file' for the file upload. When `nodeType` is `envelope`, the response includes `filesCount` and `files` as a list of envelope child files.", |
| 5161 | + "description": "Validate a binary file returning file data. Use field 'file' for the file upload. The response always includes `filesCount` and `files`. For `nodeType=file`, `filesCount=1` and `files` contains the current file. For `nodeType=envelope`, `files` contains envelope child files.", |
5160 | 5162 | "tags": [ |
5161 | 5163 | "file" |
5162 | 5164 | ], |
|
8021 | 8023 | "post": { |
8022 | 8024 | "operationId": "request_signature-request", |
8023 | 8025 | "summary": "Request signature", |
8024 | | - "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.", |
| 8026 | + "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.", |
8025 | 8027 | "tags": [ |
8026 | 8028 | "request_signature" |
8027 | 8029 | ], |
|
0 commit comments