Fix bug of getting file content of Assently case documents (#963)
* Adds Assently E-Sign custom connector for certification * fixes bug of getting file content of Assently case documents
This commit is contained in:
Родитель
2241713a80
Коммит
1e1095b052
|
@ -452,17 +452,10 @@
|
|||
"200": {
|
||||
"description": "OK, Success",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"description": "The content of the file.",
|
||||
"x-ms-summary": "File Content",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"description": "content",
|
||||
"title": "The file content",
|
||||
"format": "byte"
|
||||
}
|
||||
}
|
||||
"format": "binary",
|
||||
"type": "string",
|
||||
"description": "The file of the document",
|
||||
"x-ms-summary": "File of document"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче