Rest API - Versioning Strategies
If a client sends this header:
But the server only supports v1, what is the expected behavior?
Accept: application/vnd.example.v2+jsonBut the server only supports v1, what is the expected behavior?
