-
Notifications
You must be signed in to change notification settings - Fork 704
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.
- Home
- Quick Starts
- Version Format
- Version Discovery
- Version Policies
- How to Version Your Service
- API Versioning with OData
- Configuring Your Application
- Error Responses
- API Documentation
- Extensions and Customizations
- Known Limitations
- FAQ
- Examples