Updates core-principles/versioning.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-01-31 12:36:34 +00:00
parent 15ec4d000a
commit caa29aa3e4
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,6 @@
* [Minimal API Surface](core-principles/minimal-api-surface.md)
* [Loose Coupling](core-principles/loose-coupling.md)
* [Rules for Extending](core-principles/rules-for-extending.md)
* [Versioning](core-principles/versioning.md)
* [Changes and Versioning](core-principles/versioning.md)
* [Content Negotiation](core-principles/content-negotiation.md)

View File

@@ -33,6 +33,8 @@ Currently optional URI Query parameter `first` on an existing resource `/greetin
If the change can't follow the Rules for Extending the representation format media type MUST be changed. If the media type has been changed the previous media type MUST be available via [Content Negotiation](core-principles/content-negotiation.md).
If the media type conveys the version parameter, the version parameter MUST follow [Semantic versioning](http://semver.org/).
#### Example
Media type _before_ a breaking change: