Responses change for two actions (#2103)

* Updated iconBrandColor in apiProperties.json

* Updated API Swagger Definition file

* Updated swagger and readme file

* updates in swagger and readme

* swagger and readme update

* two responses changed

Co-authored-by: MohsinAQ <90461565+MohsinAQ@users.noreply.github.com>
This commit is contained in:
duaali13 2022-10-28 22:29:21 +05:00 коммит произвёл GitHub
Родитель f529561beb
Коммит 5abe1e140c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 2 удалений

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

@ -3226,7 +3226,12 @@
"400": {
"description": "error",
"schema": {
"type": "string"
"type": "object",
"properties": {
"Error": {
"type": "string"
}
}
}
}
},
@ -6916,7 +6921,12 @@
"400": {
"description": "error",
"schema": {
"type": "string"
"type": "object",
"properties": {
"Error": {
"type": "string"
}
}
}
}
},