You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/techniques/versioning.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Versioning allows you to have **different versions** of your controllers or individual routes running within the same application. Applications change very often and it is not unusual that there are breaking changes that you need to make while still needing to support the previous version of the application.
6
6
7
-
There are 3 types of versioning that are supported:
7
+
There are 4 types of versioning that are supported:
8
8
9
9
<table>
10
10
<tr>
@@ -19,6 +19,10 @@ There are 3 types of versioning that are supported:
19
19
<td><a href='techniques/versioning#media-type-versioning-type'><code>Media Type Versioning</code></a></td>
20
20
<td>The <code>Accept</code> header of the request will specify the version</td>
Versioning allows you to version controllers, individual routes, and also provides a way for certain resources to opt-out of versioning. The usage of versioning is the same regardless of the Versioning Type your application uses.
0 commit comments