Dokobit Portal update for ADoc support (#1650)

* Dokobit Improve texts

* Dokobit added remind endopint, updated descriptions & fields

* Update apiDefinition.swagger.json

Included ADOC as available file type and updated action description.

Co-authored-by: Edgaras Pelanis <70586563+epelanis@users.noreply.github.com>
This commit is contained in:
Paulius 2022-05-18 01:09:32 +03:00 коммит произвёл GitHub
Родитель dd000d9216
Коммит 8622496b1b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "1.3.0",
"version": "1.3.1",
"title": "Dokobit Portal",
"description": "Use Dokobit portal with all the features that it has but make it automated so that you don't have to waste your time on the administrative job. Put together an automated document signing process puzzle from only the parts you need: signing, sharing, downloading or deleting documents, removing and replacing signers, getting details about signers and signature information.",
"contact": {
@ -26,7 +26,7 @@
"consumes": [
"application/json"
],
"description": "Create a PDF or ASIC file for signing.",
"description": "Create a PDF, ASIC or ADOC file for signing.",
"operationId": "Portal-CreateSigning",
"parameters": [
{
@ -49,7 +49,8 @@
"x-ms-visibility": "important",
"enum": [
"pdf",
"asic"
"asic",
"adoc"
]
},
"postback_url": {
@ -1493,4 +1494,4 @@
"propertyValue": "Productivity"
}
]
}
}