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:
kian-beetroot 2021-07-16 03:33:51 +03:00 коммит произвёл GitHub
Родитель 2241713a80
Коммит 1e1095b052
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 11 удалений

Просмотреть файл

@ -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"
}
}
},