Skip to content

Defining a Service Version

Chris Martinez edited this page Jul 28, 2016 · 2 revisions

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

  • By query string parameter
  • By HTTP header
  • By query string parameter or HTTP header
  • By URL path segment

The default method is to use a query string parameter named api-version.

Clone this wiki locally