-
Notifications
You must be signed in to change notification settings - Fork 712
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.
- 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