Update apiDefinition.swagger.json to fix the changes which found after deployed connector(Preview (United States)) testing (#1454)

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json
This commit is contained in:
jayeshprajapaticrest 2022-02-24 06:31:33 +05:30 коммит произвёл GitHub
Родитель 8f168bb6e8
Коммит 9cbda965cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 3 удалений

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

@ -81,9 +81,19 @@
"type": "object",
"properties": {
"errors": {
"type": "object",
"properties": {},
"description": "errors"
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"description": "errors"
}
}
}
}