Create tool class objects with auto-generated (POST) or user-supplied (PUT) identifiers
Retrieve list of available tool classes (GET)
Delete tool class objects not associated with any existing tool (DELETE); attempting to delete a tool class still associated with a tool will return a 400/BadRequest
Description
POST
) or user-supplied (PUT
) identifiersGET
)DELETE
); attempting to delete a tool class still associated with a tool will return a400/BadRequest
Issues