What is a common method to indicate a version in a RESTful web service's URL?

  • Embedding the version in the request header
  • Including the version in the response body
  • Using a version number as a path segment
  • Using emojis to represent versions
A common method is to indicate the version in the URL path, such as '/v1/resource'.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *