diff --git a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html index b6238c8e..c34c2b7e 100644 --- a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html +++ b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html @@ -606,9 +606,9 @@

TLS standards

-

Versioning

+

Using the Accept header for versioning

-

Request the version of the API you want to use by including an Accept header with a media type of:

+

You choose the version of the API you want to use by sending an Accept header with a media type of:

application/vnd.hmrc.[version]+[content-type]

@@ -616,7 +616,11 @@

Versioning

application/vnd.hmrc.1.0+json

-

We release backwards-compatible changes in the same version, so you don't need to change your Accept header. We release backwards-incompatible changes in a new version, and you must change your Accept header to use it.

+

How version changes affect your Accept header

+

Learn more about API version statuses.