Description
[Ranger] /tags/tags/cache/reset api give 200 response for invalid service
Curl Request :
curl -s -L -X GET "https://***********/service/tags/tags/cache/reset?abba" -H "Authorization: Basic *************=="
Response :
200 Status with false
Same for response for any service which we pass .
Expected : If service is existing , response should be 200 with proper message ,
Else service is non -existing response should be 400 with error message
Thanks