Rest API - Versioning Strategies
Given this HTTP Accept header:
What version of the API is the client requesting?
Accept: application/vnd.example.v2+jsonWhat version of the API is the client requesting?
Accept: application/vnd.example.v2+jsonapplication/vnd.example.v2+json. The .v2 part indicates version 2.v2 suffix is a common pattern to specify API version 2 in media type versioning.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions