Actions
action #31045
closedInvalid URL gives 500 - should give 404
Description
Someone tried to be clever and guess URLs, but:
/api/v1/assets/iso results in
invalid input syntax for integer: "iso" [for Statement "SELECT me.id, me.type, me.name, me.size, me.checksum, me.last_use_job_id, me.fixed, me.t_created, me.t_updated FROM assets me WHERE ( id = ? )" with ParamValues: 1='iso'] at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm line 62
The routes need to only match integers. Entrance level issue IMO
Actions