Skip to content

Defining a Service Version

Chris Martinez edited this page Jun 12, 2017 · 2 revisions

There are four out-of-the-box supported approaches for versioning a service:

  • By query string parameter
  • By HTTP header
  • By URL path segment
  • By media type parameter

The default method is to use a query string parameter named api-version. You can also combine API versioning approaches together or define your own custom method of API versioning.

Clone this wiki locally