Rest API - Versioning Strategies
Given this HTTP request header:
Which API version is the client requesting?
Accept: application/vnd.example.v2+jsonWhich API version is the client requesting?
Accept: application/vnd.example.v2+jsonapplication/vnd.example.v2+json includes v2, indicating version 2.v2 part is a common pattern to specify version 2 of the API.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions