Hide Forgot
New commit detected on ManageIQ/manageiq-api/gaprindashvili: https://github.com/ManageIQ/manageiq-api/commit/2450b78c6289f37b352284de05c951affef19dca commit 2450b78c6289f37b352284de05c951affef19dca Author: Chris Arcand <chrisarcand@users.noreply.github.com> AuthorDate: Fri Nov 10 11:58:55 2017 -0600 Commit: Satoe Imaishi <simaishi@redhat.com> CommitDate: Tue Nov 14 17:41:56 2017 -0500 Merge pull request #195 from jntullo/bz/graceful_fail_on_delete Gracefully fail on resource create (cherry picked from commit 48128388cf0b47089c15c90e8caea65326b67b0e) https://bugzilla.redhat.com/show_bug.cgi?id=1513117 app/controllers/api/base_controller/generic.rb | 7 +++++++ spec/requests/orchestration_template_spec.rb | 15 +++++++++++++++ 2 files changed, 22 insertions(+)
Verified that wrong value of a "type" attribute in the orchestration_templates create request results in graceful fail with status code 400 on 5.9.0.11