Skip to content

Commit

Permalink
improve err message (#130)
Browse files Browse the repository at this point in the history
* improve err message

* fix linter

* change version
  • Loading branch information
pasha-codefresh authored Aug 1, 2022
1 parent d156f7f commit e5bf969
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 195 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.4-cap-CR-13459-change-haproxy-to-quay
2.3.4-cap-CR-13082-improve-validation
13 changes: 12 additions & 1 deletion assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/applicationApplicationResponse"
"$ref": "#/definitions/applicationApplicationValidateResponse"
}
},
"default": {
Expand Down Expand Up @@ -3591,6 +3591,17 @@
}
}
},
"applicationApplicationValidateResponse": {
"type": "object",
"properties": {
"entity": {
"type": "string"
},
"error": {
"type": "string"
}
}
},
"applicationLogEntry": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit e5bf969

Please sign in to comment.