ocket8888 opened a new issue #2940: /api/1.x/cdns/{{ID}} gives incorrect
response for non-existant IDs
URL: https://github.com/apache/trafficcontrol/issues/2940
requesting e.g. `/api/1.3/cdns/999999999999999999` will respond with `200
OK` and the response body:
```json
{
"response": []
}
```
The proper response to a request for the details of an object that doesn't
exist is `404 NOT FOUND` with an appropriate error message in the response body
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services