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'd recommend a 207 Multi-Status response, indicating that it's a successful response, but it also potentially has a second deprecated status.