View Issue Details

IDProjectCategoryView StatusLast Update
0025406mantisbtapi restpublic2019-01-31 02:47
Reportervboctor Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version2.19.0 
Summary0025406: Get Filter API should return errors when filter is not found or filter id invalid
Description

If filter id is not a numeric value, return 404 filter id '123' not found.

If filter id is not found, return 400 Invalid filter id 'xyz'

Currently both cases return an empty array of filters and 200 success.

TagsNo tags attached.

Relationships

related to 0025384 confirmed Get issues: Inconsistent error handling/reporting 

Activities

atrol

atrol

2019-01-31 02:47

developer   ~0061345

If filter id is not a numeric value, return 404 filter id '123' not found.

@vboctor I assume you mean
If filter id is not a numeric value, return 404 filter id '123' not found.