Closed kushagra189 closed 3 years ago
POSTing or PUTting a tool without specifying a tool class identifier returned a 500/InternalServerError response because of a KeyError in this line.
POST
PUT
500/InternalServerError
KeyError
Fixes #77
Description
POST
ing orPUT
ting a tool without specifying a tool class identifier returned a500/InternalServerError
response because of aKeyError
in this line.Fixes #77