I\'m upgrading our REST API endpoints and I want to notify clients when they are calling the to-be-deprecated endpoint. What header should I use in the response with a m
I would/ have gone with 301 (Moved Permanently) The 300 series codes are supposed to tell the client they have an action to do.