jagan-parthiban opened a new issue, #7413:
URL: https://github.com/apache/trafficcontrol/issues/7413

   ## Parent Issue: https://github.com/apache/trafficcontrol/issues/5911
   ## Traffic Control components affected:
   - Traffic Ops
   
   ## Current behavior:
   ```
   curl -k -X GET -H "Content-Type: application/json" --cookie $mojolicious_id 
"https://localhost:8443/api/4.1/service_categories?name=demo_app";
   
   {"response":[{"lastUpdated":"2023-03-18 10:55:09+05","name":"demo_app"}]}
   ```
   
   ## Expected behavior:
   ```
   curl -k -X GET -H "Content-Type: application/json" --cookie $mojolicious_id 
"https://localhost:8443/api/5.0/service_categories?name=demo_app";
   
   {"response":[{"lastUpdated":"2023-03-18T10:55:09+05:30","name":"demo_app"}]}
   ```
   
   ## Steps to reproduce:
   Make the above api call to 4.1 version
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to